This commit is contained in:
Ferit Yiğit BALABAN
2022-07-15 22:35:14 +03:00
parent 99b0cabc89
commit 1a8ee91e3e
8 changed files with 303 additions and 27 deletions

View File

@@ -34,4 +34,10 @@
@media screen and (max-width: variables.$index_brands_fix2) {
@content;
}
}
@mixin mx_mobile {
@media screen and (max-width: 400px) {
@content;
}
}