From 0974b790a1f866ae46f692fc3895e5532b9a7333 Mon Sep 17 00:00:00 2001 From: alexanderroese Date: Fri, 21 Jun 2024 17:40:06 +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 737690a..2961e8d 100644 --- a/assets/section-contact-form.css +++ b/assets/section-contact-form.css @@ -59,7 +59,7 @@ } #shx-contact-container { - flex-direction: column; + flex-direction: row; gap: 50px; } } @@ -72,6 +72,6 @@ #shx-contact-container { display: flex; align-items: center; - flex-direction: row; + flex-direction: column; gap: 0px; }