Many many updates & I'm too lazy to comment

This commit is contained in:
Ferit Yiğit BALABAN
2022-06-30 19:42:02 +03:00
parent 4f37bf7e3a
commit 994311ae38
7 changed files with 172 additions and 207 deletions

View File

@@ -6,6 +6,12 @@
}
}
@mixin footer_overflow2 {
@media screen and (max-width: variables.$footer_overflow2) {
@content;
}
}
@mixin header_overflow {
@media screen and (max-width: variables.$header_overflow) {
@content;
@@ -18,8 +24,14 @@
}
}
@mixin footer_overflow2 {
@media screen and (max-width: variables.$footer_overflow2) {
@mixin mx_content_fix {
@media screen and (max-width: variables.$content_fix) {
@content;
}
}
@mixin mx_content_fix2 {
@media screen and (max-width: variables.$content_fix2) {
@content;
}
}