Fix templates; remove non-present Bulma modifier
This commit is contained in:
parent
cdcaf717af
commit
44ce05b04a
2 changed files with 2 additions and 3 deletions
|
@ -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">
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue