diff --git a/assets/styles/utilities.css b/assets/styles/utilities.css index b517a6f..8ef8f49 100644 --- a/assets/styles/utilities.css +++ b/assets/styles/utilities.css @@ -15,7 +15,7 @@ .d-block{display:block!important} .gap-0{gap:0!important}.gap-1{gap:.25rem!important}.gap-2{gap:.5rem!important}.gap-3{gap:1rem!important}.gap-4{gap:1.5rem!important}.gap-5{gap:3rem!important} -.flex-row{flex-direction:row} +.flex-row{flex-direction:row} .flex-wrap{flex-wrap: wrap} .justify-content-between{justify-content:space-between!important} .justify-content-center{justify-content:center!important} .align-items-center{align-items:center!important} diff --git a/templates/components/Organisms/MagazineHero.html.twig b/templates/components/Organisms/MagazineHero.html.twig index a1f5d38..072c804 100644 --- a/templates/components/Organisms/MagazineHero.html.twig +++ b/templates/components/Organisms/MagazineHero.html.twig @@ -10,7 +10,7 @@
{# Use computed property via this.categoryTags #} {% if this.categoryTags is not empty %} -
- - + +{# #}
{% block body %}{% endblock %}