add initial news design
All checks were successful
Build / build (push) Successful in 2m31s
Build / deploy-stage (push) Successful in 2m58s
Build / switch-stage (push) Successful in 2m0s

This commit is contained in:
2024-12-13 02:46:22 +01:00
parent 52e962ae83
commit f4596f41e4
12 changed files with 205 additions and 225 deletions

View File

@@ -8,3 +8,9 @@
@content;
}
}
@mixin media-breakpoint-up($breakpoint) {
@media (min-width: $breakpoint) {
@content;
}
}