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

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