From 56de4dc516975b36d1cbe70da3964d254fa82c65 Mon Sep 17 00:00:00 2001 From: Joris Date: Thu, 20 May 2021 16:55:01 +0200 Subject: Reduce number input widths --- public/main.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'public') 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); } -- cgit v1.2.3