fix sidebar width in mobile

This commit is contained in:
wgroeneveld 2020-05-25 19:36:03 +02:00
parent eea53498a0
commit 8fd84e2df4
1 changed files with 5 additions and 2 deletions

View File

@ -14,9 +14,12 @@
&-fixed
position: fixed
bottom: 0px
width: calc(33.33% - 5px)
width: 50%
@media (min-width: 960px)
@media (min-width: 768px)
width: calc(33.33% - 5px)
@media (min-width: 960px)
width: calc(25% - 5px)
&-menu