Skip to content

Commit

Permalink
D8CORE-6844 | Fixup mobile menu at medium breakpoint (#703)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdwjdwjdw authored Sep 5, 2023
1 parent 710dc86 commit cdd04ee
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion themes/stanford_basic/dist/css/components.css

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions themes/stanford_basic/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@
margin-left: calc(50% - 50vw);
margin-right: calc(50% - 50vw);

@include grid-media('lg') {
@include grid-media('md') {
width: 100%;
max-width: 100%;
margin-left: auto;
margin-right: auto;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -479,6 +479,7 @@

&[aria-expanded="true"] + .su-multi-menu__menu-lv1 {
max-width: 24em;
right: 0;
}
}

Expand Down

0 comments on commit cdd04ee

Please sign in to comment.