Skip to content

Commit

Permalink
Fixup for the mobile menu location
Browse files Browse the repository at this point in the history
  • Loading branch information
jenbreese committed Jul 11, 2024
1 parent 6916122 commit ceb35c4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dist/css/main.css

Large diffs are not rendered by default.

9 changes: 5 additions & 4 deletions src/scss/components/main-nav/_main-nav.scss
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
@charset "UTF-8";
.su-masthead {
> section:last-of-type {
flex-wrap: nowrap;
}

.su-masthead {
@include grid-media-min('lg') {
> section:last-of-type {
flex-wrap: nowrap;
}

.su-lockup {
max-width: calc(50.66667% - 6.66667px);
}
Expand Down

0 comments on commit ceb35c4

Please sign in to comment.