Skip to content

Commit

Permalink
THUB-32: changes to make the main menu not wrap
Browse files Browse the repository at this point in the history
  • Loading branch information
jenbreese committed Jul 11, 2024
1 parent cb87b83 commit 6916122
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/css/main.css

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion src/scss/components/hero-banner/_hero-banner.scss
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ main .su-alert {
@include grid-media-min('lg') {
width: 100%;
}

// Alert that appears after adding / editing a page
&.su-alert--info {
margin-top: 2rem;
Expand Down Expand Up @@ -168,6 +168,7 @@ main .su-alert {
max-width: 654px;
margin-bottom: 12rem;
margin-top: 16rem;
max-width: 800px;

@include grid-media-min('md') {
margin-top: 14rem;
Expand Down
11 changes: 11 additions & 0 deletions src/scss/components/main-nav/_main-nav.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
@charset "UTF-8";
.su-masthead {
> section:last-of-type {
flex-wrap: nowrap;
}

@include grid-media-min('lg') {
.su-lockup {
max-width: calc(50.66667% - 6.66667px);
}
}
}

.su-multi-menu {

Expand Down
1 change: 1 addition & 0 deletions src/scss/components/main-nav/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
// WYSIWYG Roll Up

@import 'main-nav';

0 comments on commit 6916122

Please sign in to comment.