Fix templates; remove non-present Bulma modifier

This commit is contained in:
benjamin melançon 2025-07-21 01:08:30 -04:00
parent cdcaf717af
commit 44ce05b04a
2 changed files with 2 additions and 3 deletions

View file

@ -14,7 +14,7 @@
* @ingroup themeable
*/
#}
<div class="column is-narrow geo-logo-name is-paddingless">
<div class="column is-narrow geo-logo-name">
{% if site_logo %}
<div class="logo">
<a href="{{ path('<front>') }}" title="{{ 'Home'|t }}" rel="home">

View file

@ -13,8 +13,7 @@
*/
#}
{% if content %}
{% set attributes = attributes.addClass(['section, is-paddingless']) %}
<section{{ attributes }}>
<section{{ attributes.addClass(['section', 'header-tabs']) }}>
<div class="container">
{{ content }}
</div>