From b090c40747c4e94e215f3c39a5470dffb88d795f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bruno=20Ryb=C3=A1rsky?= Date: Tue, 6 Feb 2024 21:14:55 +0100 Subject: [PATCH] Fix input styling --- assets/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/assets/style.css b/assets/style.css index 5255fdf..709881c 100644 --- a/assets/style.css +++ b/assets/style.css @@ -304,5 +304,9 @@ input, button background-color: var(--third-bg); border:2px solid var(--primary); border-radius:50px; +} + +input +{ width:175px; } \ No newline at end of file