Keep columns even on mobile size #114

This commit is contained in:
benjamin melançon 2025-07-19 22:10:11 -04:00
parent f0a7c06342
commit fe6b0af8e1

View file

@ -19,7 +19,7 @@
{# We put everything in Bulma columns so must do navbar in header block, not here #}
{% endblock navbar %}
{% block header %}
<div class="header columns is-marginless">
<div class="header columns is-mobile is-marginless">
{% block navbar_branding %}
{{ page.navbar_branding }}
{% endblock navbar_branding %}