Skip to content

Commit

Permalink
LSD-1501 Fix code styling issues
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyklapatch committed May 8, 2024
1 parent 3247f31 commit 4916b1d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions best-cigars-guide/blocks/header/header.css
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ header nav .brand-logo {

header nav .brand-logo div {
color: #FFF;
padding: 0 1em 0;
padding: 0 1em;
}

header nav .search-header {
Expand Down Expand Up @@ -198,7 +198,6 @@ header nav .nav-sections {
flex: 1 1 auto;
display: none;
visibility: hidden;
background-color: var(--overlay-color);
}

header nav[aria-expanded="true"] .nav-sections {
Expand Down
3 changes: 2 additions & 1 deletion best-cigars-guide/styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
--text-color: black;

/* fonts */
--body-font-family: Montserrat, 'Montserrat Fallback', sans-serif;
--body-font-family: montserrat, 'Montserrat Fallback', sans-serif;
--heading-font-family: var(--body-font-family);
--fixed-font-family: var(--body-font-family);

Expand All @@ -41,6 +41,7 @@
/* nav height */
--nav-height: 90px;

/* content width */
--content-width: 1020px;
}

Expand Down

0 comments on commit 4916b1d

Please sign in to comment.