Resize header padding when lower 400px & dropdown-toggle margin fix

This commit is contained in:
Ferit Yiğit BALABAN
2022-07-21 20:25:54 +03:00
parent 5f1b72c65b
commit a1482b6645
3 changed files with 13 additions and 1 deletions

View File

@@ -24,6 +24,12 @@
}
}
@mixin header_overflow3 {
@media screen and (max-width: variables.$header_overflow3) {
@content;
}
}
@mixin mx_index_brands_fix {
@media screen and (max-width: variables.$index_brands_fix) {
@content;