No comment :D

This commit is contained in:
Ferit Yiğit BALABAN
2022-07-05 21:07:25 +03:00
parent e0113c1b61
commit eb8e81541d
9 changed files with 229 additions and 117 deletions

View File

@@ -24,14 +24,14 @@
}
}
@mixin mx_content_fix {
@media screen and (max-width: variables.$content_fix) {
@mixin mx_index_brands_fix {
@media screen and (max-width: variables.$index_brands_fix) {
@content;
}
}
@mixin mx_content_fix2 {
@media screen and (max-width: variables.$content_fix2) {
@mixin mx_index_brands_fix2 {
@media screen and (max-width: variables.$index_brands_fix2) {
@content;
}
}