Skip to content

Commit

Permalink
fix: menu break points #347
Browse files Browse the repository at this point in the history
closes #347
  • Loading branch information
slambert committed Jul 29, 2024
1 parent 628220e commit aa3e565
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/css/_02-elements.scss
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,13 @@ table strong {

}

/* Added to allow for longer menus #347 */
@media(min-width: 1100px) and (max-width: 1400px) {
.site-branding {
margin: 0 calc(5% + 60px)
}
}


// Social Navigation

Expand Down

0 comments on commit aa3e565

Please sign in to comment.