From 6ed3118237e117c443232ef7c7bc835a13aedcc2 Mon Sep 17 00:00:00 2001 From: Aadi Desai <21363892+supleed2@users.noreply.github.com> Date: Sat, 11 Nov 2023 22:58:45 +0000 Subject: [PATCH] Fix verify form margin (again) --- html/verify.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/verify.html b/html/verify.html index 027b751..dc08865 100644 --- a/html/verify.html +++ b/html/verify.html @@ -83,7 +83,7 @@ display: flex; flex-direction: column; height: 100px; - margin-bottom: 40px; + margin-bottom: 60px; } .verify-input {