A little bit responsiveness to header

This commit is contained in:
Ferit Yiğit BALABAN
2022-05-18 15:11:06 +03:00
parent 22df1d5818
commit aeea6f3acb
7 changed files with 40 additions and 5 deletions

View File

@@ -18,6 +18,12 @@
}
}
@mixin header_overflow {
@media screen and (max-width: variables.$header_overflow) {
@content;
}
}
@mixin footer_overflow2 {
@media screen and (max-width: variables.$footer_overflow2) {
@content;