Only show nav's border-right on bigger screens

This commit is contained in:
Matthias Loibl 2016-12-23 19:56:56 +01:00
parent 8be15bc3bd
commit ff52bffdf5
No known key found for this signature in database
GPG Key ID: B1C7DF661ABB2C1A
1 changed files with 3 additions and 1 deletions

View File

@ -43,7 +43,9 @@
}
aside ul.nav {
border-right: 1px solid lighten($accent-color, 30);
@include media-breakpoint-up(sm) {
border-right: 1px solid lighten($accent-color, 30);
}
ul {
margin: 0;