did a lot of syle work and started search and detail pages

This commit is contained in:
Chris Kruining 2025-05-19 17:00:18 +02:00
parent 7c5d2a25ff
commit 275fb87eeb
No known key found for this signature in database
GPG key ID: EB894A3560CCCAD2
23 changed files with 301155 additions and 243 deletions

View file

@ -1,14 +1,6 @@
.container {
display: grid;
grid-auto-flow: row;
gap: 2em;
gap: var(--size-6);
border-radius: inherit;
& > .hero {
border-radius: inherit;
}
& > .list {
padding-inline: 4em;
}
}