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; }