add sectioned template
This commit is contained in:
parent
3008e231cb
commit
b1ddfee49c
29 changed files with 297 additions and 23 deletions
21
assets/css/src/event-key-infos.css
Normal file
21
assets/css/src/event-key-infos.css
Normal 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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue