Merge pull request #641 from dod-ccpo/sidenav-width

fixed width for expanded sidenav
This commit is contained in:
dandds
2019-02-13 11:14:28 -05:00
committed by GitHub
2 changed files with 2 additions and 15 deletions

View File

@@ -13,9 +13,9 @@
.sidenav {
@include media($large-screen) {
width: 25rem;
margin: 0px;
}
width: 25rem;
box-shadow: 0 6px 18px 0 rgba(48,58,65,0.15);