Fix width content with menu from 500px to 800px
This commit is contained in:
parent
62365adc75
commit
ac6ac4e214
1 changed files with 6 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue