fix: big news item height
All checks were successful
Build / build (push) Successful in 4m31s
Build / deploy-stage (push) Successful in 3m12s
Build / switch-stage (push) Successful in 2m19s

This commit is contained in:
2024-12-15 03:10:54 +01:00
parent 4a7153568f
commit 1076fe6447

View File

@@ -131,6 +131,11 @@
} }
.news-list-item-big { .news-list-item-big {
picture {
@media (min-width: $breakpoint-md) {
padding-bottom: .8rem;
}
}
a .news-item-content { a .news-item-content {
@media (min-width: $breakpoint-md) { @media (min-width: $breakpoint-md) {
padding: 2.875rem; padding: 2.875rem;