From 1b01d333ca0343ab3fc1ff096d2e6576b863f2cd Mon Sep 17 00:00:00 2001 From: alexanderroese Date: Fri, 21 Jun 2024 17:31:51 +0200 Subject: [PATCH] contact us animation --- assets/section-contact-form.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/assets/section-contact-form.css b/assets/section-contact-form.css index 7818517..cb21b4d 100644 --- a/assets/section-contact-form.css +++ b/assets/section-contact-form.css @@ -65,14 +65,14 @@ #shx-contact-container { flex-direction: column; - gap: 0px; - margin-top: 0px; + gap: 50px; + margin-top: 72px; } } #shx-contact-container { display: flex; align-items: center; - gap: 50px; - margin-top: 72px; + gap: 0px; + margin-top: 0px; }