Sidebar collapsed width on small screens

This commit is contained in:
George Drummond
2019-06-11 16:01:22 -04:00
parent 06f4aeb74d
commit b370bf6dab

View File

@@ -182,7 +182,7 @@
.sidenav--minimized {
@extend .sidenav;
width: auto;
width: 10rem;
margin: 0px;
}
}