Custom css can be added to paragraph now

This commit is contained in:
Richard Thier 2020-03-06 19:44:55 +01:00
parent 59d5ce18eb
commit 34b69ac256

View File

@ -1,7 +1,7 @@
{% if section.background or section.color %}
<div class="bg-section" style="{% if section.background %}background: {{ section.background }};{% endif %}{% if section.color %}color: {{ section.color }};{% endif %}">
{% endif %}
<section class="paragraph">
<section class="paragraph" {% if section.css %}style="{{ section.css }}"{% endif %} >
{% if section.title %}
<h2>{{ section.title }}</h2>
{% else %}