From ba592c4c9ff606b42f6efa92e16345ef9a5672de Mon Sep 17 00:00:00 2001 From: alexanderroese Date: Fri, 21 Jun 2024 17:44:10 +0200 Subject: [PATCH] contact us animation --- assets/section-contact-form.css | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/assets/section-contact-form.css b/assets/section-contact-form.css index 2961e8d..e2d8800 100644 --- a/assets/section-contact-form.css +++ b/assets/section-contact-form.css @@ -52,18 +52,6 @@ margin: 0 auto; } -@media screen and (min-width: 990px) { - #shx-contact-form-contact-people-talking { - height: 500px; - width: 500px; - } - - #shx-contact-container { - flex-direction: row; - gap: 50px; - } -} - #shx-contact-form-contact-people-talking { height: 180px; width: 250px; @@ -75,3 +63,15 @@ flex-direction: column; gap: 0px; } + +@media screen and (min-width: 990px) { + #shx-contact-form-contact-people-talking { + height: 500px; + width: 500px; + } + + #shx-contact-container { + flex-direction: row; + gap: 50px; + } +}