region-reunion: manage media-queries with sass vars

This commit is contained in:
Thomas Jund 2020-04-17 15:05:15 +02:00
parent 2c55cfafb6
commit ca582fc3b0
1 changed files with 2 additions and 2 deletions

View File

@ -52,7 +52,7 @@
}
// NAV
.gru-nav-wrapper {
@media (max-width: $nav-mobile-limit) {
@media ($max-mobile-viewport) {
margin-top: -$nav-menu-side - 15px;
}
}
@ -122,7 +122,7 @@ div#main-content-wrapper {
box-shadow: 0 0px 30px 10px #ccc;
z-index: 0;
@media (min-width: $mobile-limit + 1) {
@media ($min-desktop-viewport) {
margin-top: 120px;
padding-left: 1rem;
padding-right: 1rem;