Skip to content

Commit

Permalink
release(2.6.1): fix home custom heading size
Browse files Browse the repository at this point in the history
  • Loading branch information
arturu committed May 15, 2024
1 parent c100a3b commit 09d940b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions templates/layout/page--front.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -77,13 +77,13 @@
<a class="btn btn-sm btn-outline-white mt-4" href="/scuola" title="Vai alla presentazione di {{ site_slogan }} {{ site_name }}">Vai alla scuola</a>
</div>
</div>
{% if page.home_custom_heading %}
<div class="col-md-6">
{{ page.home_custom_heading }}
</div>
{% endif %}
</div>
</div>
{% if page.home_custom_heading %}
<div class="hero-img">
{{ page.home_custom_heading }}
</div>
{% endif %}
</section>
{% endblock %}

Expand Down

0 comments on commit 09d940b

Please sign in to comment.