From 68753afb8e53c02344e3de8ad7f8bb3d5aba7d9a Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Mon, 31 May 2021 10:55:26 +0200 Subject: [PATCH] Ensure connect form has padding Even on small screens. --- style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index a86ccac..2f5ba36 100644 --- a/style.css +++ b/style.css @@ -292,7 +292,9 @@ button.danger:hover { } #connect form { margin: 0 auto; - max-width: 300px; + max-width: 350px; + padding: 10px; + box-sizing: border-box; } form input[type="text"],