From c5f9efbf5045f6b797e4ab50448b2df6bc6a0270 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fernando=20C=C3=A9sar?= Date: Tue, 24 Oct 2023 22:11:35 +0100 Subject: [PATCH] Reduce age input text form --- docs/index.html | 6 +++--- docs/styles.css | 4 ++++ 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/docs/index.html b/docs/index.html index e892eb8..0f89d43 100644 --- a/docs/index.html +++ b/docs/index.html @@ -45,16 +45,16 @@

Concursos Literários em Português ✒

- + (idade) Tenho   -   anos. +   anos. - + Escrevo   diff --git a/docs/styles.css b/docs/styles.css index d43f6f8..724439e 100644 --- a/docs/styles.css +++ b/docs/styles.css @@ -11,6 +11,10 @@ body { /* Filter section */ +input.age-form { + width: 3em; +} + #filters { border: solid 2px white; border-radius: 10px;