- commit
- 409b73748463abba891859284e3d0165df78f125
- parent
- 1f02c96fa8188da07e163c4471e12e56fe30b076
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2025-09-01 06:45
be explicit about vieport units
Diffstat
| M | style.css | 2 | +- |
1 files changed, 1 insertions, 1 deletions
diff --git a/style.css b/style.css
@@ -7,7 +7,7 @@ body {
7 7 body {
8 8 display: grid;
9 9 grid-template-rows: min-content minmax(0, 1fr) min-content;
10 -1 block-size: 100vb;
-1 10 block-size: 100dvb;
11 11 }
12 12
13 13 button,