- commit
- f9d1227a93daabdcf2f60b62223d0c36fa647270
- parent
- ef8d6d64c70c6f2946f75835a22b045c354ab4c7
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2023-11-17 11:56
style: flow relative
Diffstat
M | static/style.css | 4 | ++-- |
1 files changed, 2 insertions, 2 deletions
diff --git a/static/style.css b/static/style.css
@@ -9,7 +9,7 @@ body { 9 9 } 10 10 11 11 body {12 -1 height: 100vh;-1 12 block-size: 100vb; 13 13 display: grid; 14 14 grid-template-rows: 1fr min-content; 15 15 } @@ -30,7 +30,7 @@ textarea[readonly] { 30 30 footer { 31 31 padding: 0.5em; 32 32 background-color: #eee;33 -1 border-top: 1px solid black;-1 33 border-block-start: 1px solid black; 34 34 text-align: center; 35 35 } 36 36