diff options
author | Joris | 2021-05-20 16:55:01 +0200 |
---|---|---|
committer | Joris | 2021-05-20 16:55:01 +0200 |
commit | 56de4dc516975b36d1cbe70da3964d254fa82c65 (patch) | |
tree | 73e0eeae0fe4a164cb82d9def9be9ada828bfe8f /public | |
parent | 82e688161e2975696edf43bd9a3a78f39d7d55d0 (diff) |
Reduce number input widths
Diffstat (limited to 'public')
-rw-r--r-- | public/main.css | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/public/main.css b/public/main.css index 45fbd8b..a2451a0 100644 --- a/public/main.css +++ b/public/main.css @@ -119,6 +119,14 @@ body { padding-bottom: 0.3rem; } +.g-Form__NumberInput { + width: 5rem; +} + +.g-Form__TabataInput { + width: 10rem; +} + .g-Form__Duration { text-align: center; font-size: 1.5rem; @@ -246,7 +254,6 @@ h1 { .g-Input { display: block; font-size: inherit; - width: 10rem; padding: 0.3rem; border: 0.1rem solid var(--color-input-border); } |