/**
* Theme Name: Furniture Solutions
* Theme URI: https://furnituresolutionsnow.com
* Description: A custom WordPress theme
* Version: 1.0.0
* License: GPL-2.0
* License URI: https://www.gnu.org/licenses/gpl-2.0.en.html
* Text Domain: furniture-solutions
* Tags: custom-colors, custom-logo, featured-images, theme-options
*/

body .site-header .primary .logo {
  max-width: 27rem;
}

body .site-header .primary .center-header {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
}
