From ab01cb5ac8471b04b2e866f80a32f7a087553daa Mon Sep 17 00:00:00 2001 From: quenousimporte Date: Tue, 12 Mar 2024 15:10:32 +0100 Subject: [PATCH] fix title width --- style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/style.css b/style.css index 63efac7..e98ffd4 100644 --- a/style.css +++ b/style.css @@ -34,6 +34,7 @@ a { outline: none; margin-top: 10px; color: inherit; + width: 100%; } form input[type="submit"] {