feat: many design changes
All checks were successful
Build / build (push) Successful in 6m33s
Build / deploy-stage (push) Successful in 2m55s
Build / switch-stage (push) Successful in 2m0s

This commit is contained in:
2024-12-14 00:03:09 +01:00
parent 9e4a2e90ec
commit 16344b6994
35 changed files with 2692 additions and 110 deletions

View File

@@ -9,13 +9,13 @@
max-width: 100%;
}
@media (max-width: $breakpoint-md) {
.news-list-item {
grid-column: span 2;
}
}
// @media (min-width: $breakpoint-md) {
// .news-list-item {
// grid-column: span 2;
// }
// }
@media (min-width: $breakpoint-xl) {
@media (min-width: $breakpoint-lg) {
.news-list-item {
grid-column: span 2;