1
0
Fork 0

Fix width content with menu from 500px to 800px

This commit is contained in:
kimsible 2020-04-28 23:41:05 +02:00 committed by Rigel Kent
parent 62365adc75
commit ac6ac4e214
1 changed files with 6 additions and 0 deletions

View File

@ -298,6 +298,12 @@ table {
}
}
@media screen and (max-width: #{$mobile-view + $menu-width}) {
.main-col {
width: 100%;
}
}
@media screen and (max-width: $small-view) {
.main-col {
margin-left: 0;