Footer responsiveness chek

This commit is contained in:
Ferit Yiğit BALABAN
2022-05-18 14:56:47 +03:00
parent fc88c127d4
commit d214feca71
5 changed files with 74 additions and 6 deletions

View File

@@ -12,8 +12,14 @@
}
}
@mixin tablet {
@media screen and (max-width: $tablet) {
@mixin footer_overflow {
@media screen and (max-width: variables.$footer_overflow) {
@content;
}
}
@mixin footer_overflow2 {
@media screen and (max-width: variables.$footer_overflow2) {
@content;
}
}