Custom css can be added to paragraph now
This commit is contained in:
parent
59d5ce18eb
commit
34b69ac256
@ -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 %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user