Responsive sidebar with a collapse/reveal button on smaller screens

This commit is contained in:
Eliot Berriot 2018-02-15 22:34:59 +01:00
parent e0820dfa1c
commit a703b26ac2
No known key found for this signature in database
GPG key ID: DD6965E2476E5C27
3 changed files with 55 additions and 12 deletions

View file

@ -48,7 +48,9 @@ export default {
-moz-osx-font-smoothing: grayscale;
}
.main.pusher, .footer {
margin-left: 350px !important;
@include media(">desktop") {
margin-left: 350px !important;
}
transform: none !important;
}
.main-pusher {