This commit is contained in:
Chris Kruining 2025-05-27 16:15:56 +02:00
parent fbc040c317
commit 826a30f95f
No known key found for this signature in database
GPG key ID: EB894A3560CCCAD2
19 changed files with 430 additions and 170 deletions

View file

@ -0,0 +1,12 @@
.page {
contain: layout style paint;
display: block grid;
grid: 100cqb / 100%;
inline-size: 100%;
block-size: 100%;
& > figure {
max-block-size: 100cqb;
}
}