aboutsummaryrefslogtreecommitdiff
path: root/public/main.css
diff options
context:
space:
mode:
Diffstat (limited to 'public/main.css')
-rw-r--r--public/main.css9
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);
}