contact us animation

main
alexanderroese 2024-06-21 18:04:07 +02:00
parent 8c6dd5c9a3
commit 8843636c3f
2 changed files with 7 additions and 2 deletions

View File

@ -76,6 +76,9 @@
max-width: 800px; max-width: 800px;
} }
#shx-contact-form-container {
}
@media screen and (min-width: 990px) { @media screen and (min-width: 990px) {
#shx-contact-form-contact-people-talking { #shx-contact-form-contact-people-talking {
height: 500px; height: 500px;
@ -88,5 +91,7 @@
margin-top: 72px; margin-top: 72px;
} }
shx-contact-form-container #shx-contact-form-container {
justify-content: center;
}
} }

View File

@ -15,7 +15,7 @@
{%- endstyle -%} {%- endstyle -%}
<div class="color-{{ section.settings.color_scheme }} gradient"> <div class="color-{{ section.settings.color_scheme }} gradient">
<div class="contact {% comment %}page-width page-width--narrow {% endcomment %}section-{{ section.id }}-padding" id="shx-contact-container"> <div class="contact page-width {% comment %}page-width--narrow {% endcomment %}section-{{ section.id }}-padding" id="shx-contact-container">
<dotlottie-player <dotlottie-player
id="shx-contact-form-contact-people-talking" id="shx-contact-form-contact-people-talking"
src="{{ 'lottie_page_contact_us_people_talking.lottie' | asset_url }}" src="{{ 'lottie_page_contact_us_people_talking.lottie' | asset_url }}"