More global styling properties.

This commit is contained in:
2020-10-11 18:16:03 +02:00
committed by KevinMidboe
parent f2989d2534
commit 21904f4bb6
4 changed files with 82 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
$mobile-width: 768px;
$tablet-max: 1200px;
$desktop-max: 1704;
$desktop-max: 2004px;
@mixin mobile {
@@ -15,7 +15,6 @@ $desktop-max: 1704;
}
}
@mixin desktop {
@media (min-width: #{$tablet-max + 1px}) {
@content;