Portfolio - Components
View All Components
Component:
Features:
- allows 5 spacings
Notes:
- useful for layout adjustments
Watch Short Video
Vertical Spacing
paragraph--vertical-spacing.html.twig
{% block paragraph %}
{% block content %}
<div class="py-{{ paragraph.field_spacing.value }}"></div>
{% endblock %}
{% endblock paragraph %}