add sectioned template

This commit is contained in:
isUnknown 2024-08-18 16:56:58 +02:00
parent 3008e231cb
commit b1ddfee49c
29 changed files with 297 additions and 23 deletions

View file

@ -1,7 +1,12 @@
section,
section:not(.collapsable),
footer {
box-sizing: border-box;
padding: var(--padding-vertical) var(--space-m);
}
section:not(:last-child) {
border-bottom: var(--border);
}
picture {
background-color: #ddd;
display: flex !important;