init
All checks were successful
Deploy / build (push) Successful in 46s

This commit is contained in:
alsaze
2025-11-26 21:55:55 +03:00
parent dc6ecdd223
commit ded1c8af22
8 changed files with 124 additions and 14 deletions

View File

@@ -1,5 +1,5 @@
@mixin mobile {
@media (max-width: 768px) {
@media (max-width: 1279px) {
@content;
}
}