From bedfb49c2d04f865ac5c8f66b3ebd9aaf06c5ccc Mon Sep 17 00:00:00 2001 From: alexanderroese Date: Fri, 21 Jun 2024 17:44:55 +0200 Subject: [PATCH] contact us animation --- assets/section-contact-form.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/assets/section-contact-form.css b/assets/section-contact-form.css index e2d8800..39464ee 100644 --- a/assets/section-contact-form.css +++ b/assets/section-contact-form.css @@ -62,6 +62,7 @@ align-items: center; flex-direction: column; gap: 0px; + margin-top: 0; } @media screen and (min-width: 990px) { @@ -73,5 +74,6 @@ #shx-contact-container { flex-direction: row; gap: 50px; + margin-top: 50px; } }