This commit is contained in:
Chris Kruining 2024-10-15 16:39:24 +02:00
parent 75bd06cac3
commit 40f46eba1d
No known key found for this signature in database
GPG key ID: EB894A3560CCCAD2
17 changed files with 426 additions and 150 deletions

View file

@ -1,6 +1,6 @@
section.index {
display: grid;
grid: 100% / auto 1fr;
grid: 100% / auto minmax(0, 1fr);
inline-size: 100%;
block-size: 100%;
@ -17,6 +17,11 @@ section.index {
}
& > section {
display: grid;
grid: 100% / 100%;
inline-size: 100%;
block-size: 100%;
padding-inline: 1em;
}
}