sprucing the app up a little
This commit is contained in:
parent
57ab2d9324
commit
13e5727497
20 changed files with 537 additions and 111 deletions
|
@ -3,6 +3,11 @@
|
|||
place-content: center;
|
||||
gap: var(--padding-m);
|
||||
|
||||
& > :is(.primary, .secondary) {
|
||||
display: grid;
|
||||
grid: 3em / repeat(5, 3em);
|
||||
}
|
||||
|
||||
ul {
|
||||
display: flex;
|
||||
flex-flow: column;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue