- commit
- d916c76cd2c89715a8ac883a83f3c7c90a3d7df3
- parent
- 1df69ed42577203e5d311897d98dd6b1e987059d
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2025-08-09 19:06
more padding for form elements
Diffstat
| M | style.css | 10 | ++++++++++ |
1 files changed, 10 insertions, 0 deletions
diff --git a/style.css b/style.css
@@ -10,6 +10,16 @@ body {
10 10 block-size: 100vb;
11 11 }
12 12
-1 13 button,
-1 14 input,
-1 15 input[type="file"]::file-selector-button {
-1 16 padding-block: 0.2em;
-1 17 padding-inline: 0.6em;
-1 18 font-family: inherit;
-1 19 font-size: inherit;
-1 20 line-height: 1.6;
-1 21 }
-1 22
13 23 canvas {
14 24 block-size: 100%;
15 25 inline-size: 100%;