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

View File

@@ -9,6 +9,10 @@ $breakpoint-sm: 576px;
$breakpoint-md: 768px;
$breakpoint-lg: 992px;
$breakpoint-xl: 1200px;
$sm: 576px;
$md: 768px;
$lg: 992px;
$xl: 1200px;
// variables.scss
// Breakpoint Variables