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