diff --git a/src/css/typography.css b/src/css/typography.css
index 348e1df5a4aa0b6a9adac4b5f92a50e14ff9146b..bb155fef9f80723bb81b3721b22f8a3f0485f34f 100644
--- a/src/css/typography.css
+++ b/src/css/typography.css
@@ -11,3 +11,7 @@ p {
     font-size: 1rem;
     line-height: 1.5em;
 }
+
+input {
+    width: 8rem;
+}
\ No newline at end of file