From c5d1a9a25efdb7ae88e486e50a0fe1478b2a798b Mon Sep 17 00:00:00 2001 From: dwnorm2 Date: Mon, 18 Sep 2023 16:53:23 -0500 Subject: [PATCH] fix contact margins --- css/style.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/css/style.css b/css/style.css index 97ea6dd..3e1ef38 100755 --- a/css/style.css +++ b/css/style.css @@ -563,7 +563,10 @@ textarea { } input, textarea { - margin-top: 10px; + margin-top: 15px; + } + textarea { + margin-bottom: 0; } label { /* gap: 10px; */ @@ -584,7 +587,7 @@ textarea { .contact-flex-container h3 { margin-bottom: 20px; } - .mb-6 { + button { } }