Many many updates & I'm too lazy to comment

This commit is contained in:
Ferit Yiğit BALABAN
2022-06-30 17:51:48 +03:00
parent aeea6f3acb
commit 4f37bf7e3a
23 changed files with 685 additions and 149 deletions

View File

@@ -1,17 +1,5 @@
@use "variables.scss";
@mixin mobileS {
@media screen and (max-width: $mobileS) {
@content;
}
}
@mixin navbar_overflow {
@media screen and (max-width: variables.$navbar_overflow) {
@content;
}
}
@mixin footer_overflow {
@media screen and (max-width: variables.$footer_overflow) {
@content;
@@ -24,20 +12,14 @@
}
}
@mixin header_overflow2 {
@media screen and (max-width: variables.$header_overflow2) {
@content;
}
}
@mixin footer_overflow2 {
@media screen and (max-width: variables.$footer_overflow2) {
@content;
}
}
@mixin main {
@media screen and (max-width: variables.$main) {
@content;
}
}
@mixin fourK {
@media screen and (max-width: $fourK) {
@content;
}
}