increase section padding

This commit is contained in:
Yannik Schmidt
2020-09-09 20:48:40 +02:00
parent 7afdb63918
commit 82ae5fe2db

View File

@@ -116,7 +116,7 @@
{% endif %} {% endif %}
{% for section in sections %} {% for section in sections %}
<div class="{% if loop.index %2 == 1 %} bg-secondary {% else %} bg-dark {% endif %} pt-2 pb-2"> <div class="{% if loop.index %2 == 1 %} bg-secondary {% else %} bg-dark {% endif %} pt-2 pb-4">
<div class="container text-color-special"> <div class="container text-color-special">
<div class="row" {% if loop.index %2 == 1 %} style="flex-direction: row-reverse;" {% endif %}> <div class="row" {% if loop.index %2 == 1 %} style="flex-direction: row-reverse;" {% endif %}>
<div class="mt-3 col image-min-dimensions"> <div class="mt-3 col image-min-dimensions">