From 2fe7e4daeb9c795af22ea2f67a7a7ad0b56d126d Mon Sep 17 00:00:00 2001 From: alexanderroese Date: Fri, 21 Jun 2024 17:39:02 +0200 Subject: [PATCH] contact us animation --- assets/section-contact-form.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/section-contact-form.css b/assets/section-contact-form.css index 2961e8d..737690a 100644 --- a/assets/section-contact-form.css +++ b/assets/section-contact-form.css @@ -59,7 +59,7 @@ } #shx-contact-container { - flex-direction: row; + flex-direction: column; gap: 50px; } } @@ -72,6 +72,6 @@ #shx-contact-container { display: flex; align-items: center; - flex-direction: column; + flex-direction: row; gap: 0px; }