Replaced all mobile media queries with scss mixin.

This commit is contained in:
2020-01-22 17:35:34 +01:00
parent 16317a72d3
commit 8a3fe730d2
4 changed files with 11 additions and 4 deletions

View File

@@ -179,7 +179,7 @@ h1 {
border-right: 1px solid #333;
}
@media only screen and (max-width: 768px) {
@include mobile {
.purchase,
.win {
width: 100vw;