sprucing the app up a little

This commit is contained in:
Chris Kruining 2024-11-21 17:01:44 +01:00
parent 57ab2d9324
commit 13e5727497
No known key found for this signature in database
GPG key ID: EB894A3560CCCAD2
20 changed files with 537 additions and 111 deletions

View file

@ -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;