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

@ -0,0 +1,21 @@
section.key-infos {
width: 100%;
}
section.key-infos ul {
display: flex;
justify-content: space-between;
width: 100%;
}
section.key-infos p {
display: inline;
}
section.key-infos .key-infos__key {
color: var(--color-accent);
}
section.key-infos .key-infos__key:not(:last-child) {
margin-right: 3rem;
}