1
0
Fork 0

Use same styles on full or not until lg screen

This commit is contained in:
kimsible 2020-04-29 00:32:46 +02:00 committed by Rigel Kent
parent ac6ac4e214
commit 1f6d244970
1 changed files with 10 additions and 12 deletions

View File

@ -280,7 +280,6 @@ table {
@media screen and (max-width: #{map-get($grid-breakpoints, lg)}) { @media screen and (max-width: #{map-get($grid-breakpoints, lg)}) {
.main-col { .main-col {
&.expanded {
.margin-content { .margin-content {
margin-left: $expanded-horizontal-margins/3; margin-left: $expanded-horizontal-margins/3;
margin-right: $expanded-horizontal-margins/3; margin-right: $expanded-horizontal-margins/3;
@ -295,10 +294,9 @@ table {
} }
} }
} }
}
} }
@media screen and (max-width: #{$mobile-view + $menu-width}) { @media screen and (min-width: $mobile-view) and (max-width: $small-view) {
.main-col { .main-col {
width: 100%; width: 100%;
} }