added box shadow

main
alexanderroese 2024-06-19 22:33:16 +02:00
parent 8d068fdd43
commit e5603dd16a
1 changed files with 1 additions and 1 deletions

View File

@ -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 }}