Merge pull request #68 from dod-ccpo/ui-fix/layout-breakpoints

Fix for broken layout breakpoint
This commit is contained in:
andrewdds 2018-07-12 10:29:02 -04:00 committed by GitHub
commit c9a45f6364
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 0 deletions

View File

@ -47,6 +47,9 @@
@include media($medium-screen) {
@include margin(($site-margins * 2) null);
}
@include media($large-screen) {
flex-wrap: nowrap;
}

View File

@ -79,6 +79,10 @@
> ul {
@include panel-margin;
&:last-child {
margin: 0;
}
> li {
&:last-child {
> .sidenav__link {