add title to home grid

This commit is contained in:
isUnknown 2024-08-28 11:28:22 +02:00
parent 303ccf5bce
commit 1ab84c2ea5
6 changed files with 19 additions and 5 deletions

View file

@ -2,6 +2,10 @@
--padding-vertical: calc(var(--space-m) / 2);
}
.collapsable-sections + .events-grid {
border-top: none;
}
.events-grid h4 {
margin-bottom: calc(var(--space-m) / 2);
}

View file

@ -3,7 +3,7 @@ footer {
box-sizing: border-box;
padding: var(--padding-vertical) var(--space-m);
}
section:not(:last-child, .collapsable) {
section:not(:last-child, .collapsable, .collapsable-sections) {
border-bottom: var(--border);
}