From 8703fe4555d751e64fd089aea55de07cd92ee8b0 Mon Sep 17 00:00:00 2001 From: Jakob Scheid Date: Wed, 6 May 2026 21:13:21 +0200 Subject: [PATCH] Remove unnecessary with of form --- src/styles/main.css | 1 - 1 file changed, 1 deletion(-) diff --git a/src/styles/main.css b/src/styles/main.css index 3274a50..7a38b71 100644 --- a/src/styles/main.css +++ b/src/styles/main.css @@ -9,7 +9,6 @@ form { display: flex; justify-content: center; margin-top: 60px; - width: 100%; } footer{