diff --git a/assets/section-contact-form.css b/assets/section-contact-form.css index 7818517..cb21b4d 100644 --- a/assets/section-contact-form.css +++ b/assets/section-contact-form.css @@ -65,14 +65,14 @@ #shx-contact-container { flex-direction: column; - gap: 0px; - margin-top: 0px; + gap: 50px; + margin-top: 72px; } } #shx-contact-container { display: flex; align-items: center; - gap: 50px; - margin-top: 72px; + gap: 0px; + margin-top: 0px; }