contact page animation

main
alexanderroese 2024-06-20 19:50:36 +02:00
parent 506e2d095e
commit 176601800c
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
<div class="contact page-width page-width--narrow section-{{ section.id }}-padding">
<div style="background-color: #fff; padding: 10px 20px 20px 20px; border-radius: 12px; box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);">
{%- if section.settings.heading != blank -%}
<h2 class="title title-wrapper--no-top-margin inline-richtext {{ section.settings.heading_size }}{% if settings.animations_reveal_on_scroll %} scroll-trigger animate--slide-in{% endif %}" style="text-align: center">
<h2 class="title title-wrapper--no-top-margin inline-richtext {{ section.settings.heading_size }}{% if settings.animations_reveal_on_scroll %} scroll-trigger animate--slide-in{% endif %}" style="text-align: center; margin-bottom: 0;">
{{ section.settings.heading }}
</h2>
{%- else -%}