From f2dcf12faa9ff58ac376fc51b845a236711ec171 Mon Sep 17 00:00:00 2001 From: Subhamoy Biswas Date: Fri, 15 Dec 2023 01:10:28 +0530 Subject: [PATCH] (fixed): contact form alert and send button marginal spacing jump --- htdocs/assets/style.css | 4 ++++ htdocs/contact.php | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/htdocs/assets/style.css b/htdocs/assets/style.css index 874e7d1..ca3ca0b 100644 --- a/htdocs/assets/style.css +++ b/htdocs/assets/style.css @@ -933,6 +933,10 @@ video { margin-top: 8rem; } +.mt-4 { + margin-top: 1rem; +} + .mt-5 { margin-top: 1.25rem; } diff --git a/htdocs/contact.php b/htdocs/contact.php index f946dd9..30b064a 100644 --- a/htdocs/contact.php +++ b/htdocs/contact.php @@ -104,8 +104,8 @@ require 'core/query_functions.php';
-
-
+
+