add sectioned template
This commit is contained in:
parent
3008e231cb
commit
b1ddfee49c
29 changed files with 297 additions and 23 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue