Improved responsiveness of sidebar

This commit is contained in:
Silvio Giebl
2019-05-12 21:49:19 +02:00
parent 8c603aac1e
commit e9f016ac0f
3 changed files with 17 additions and 15 deletions

View File

@@ -24,7 +24,7 @@
@include mq(md) {
flex-wrap: nowrap;
position: absolute;
width: $nav-width;
width: $nav-width-md;
height: 100%;
flex-direction: column;
border-right: $border $border-color;
@@ -54,7 +54,7 @@
@include mq(md) {
position: relative;
max-width: $content-width;
margin-left: $nav-width;
margin-left: $nav-width-md;
}
@include mq(lg) {