contact page animation
parent
506e2d095e
commit
176601800c
|
@ -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 -%}
|
||||
|
|
Loading…
Reference in New Issue