Skip to content

Commit

Permalink
Fix sizing of nav.
Browse files Browse the repository at this point in the history
  • Loading branch information
bstopp committed Jan 22, 2024
1 parent eca4a57 commit 92aabc5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
5 changes: 1 addition & 4 deletions cigaradvisor/blocks/header/header.css
Original file line number Diff line number Diff line change
Expand Up @@ -74,13 +74,10 @@
}

.header.block nav .top-nav-left ul li {
flex: 0 1 auto;
display: flex;
flex-direction: row;
flex-basis: 0;
list-style-type: none;
padding: 0;
margin: 0;
overflow: hidden;
}

.header.block nav .top-nav-left ul li a {
Expand Down
3 changes: 2 additions & 1 deletion cigaradvisor/styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,8 @@ main .button-container .button:hover {
}

a, p {
font-size: 14px;
font-size: var(--body-font-size-m);
line-height: var(--line-height-m);
}

.default-content-wrapper {
Expand Down

0 comments on commit 92aabc5

Please sign in to comment.