added box shadow
parent
8d068fdd43
commit
e5603dd16a
|
@ -16,7 +16,7 @@
|
|||
|
||||
<div class="color-{{ section.settings.color_scheme }} gradient">
|
||||
<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">
|
||||
<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 %}">
|
||||
{{ section.settings.heading }}
|
||||
|
|
Loading…
Reference in New Issue