add initial news design

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;
}
}