Start converting header, nav etc to all bulma columns
This commit is contained in:
parent
3971990b6e
commit
0565057444
4 changed files with 47 additions and 38 deletions
|
@ -1,4 +1,3 @@
|
|||
{% extends "block.html.twig" %}
|
||||
{#
|
||||
/**
|
||||
* @file
|
||||
|
@ -15,16 +14,18 @@
|
|||
* @ingroup themeable
|
||||
*/
|
||||
#}
|
||||
{% block content %}
|
||||
{% if site_logo %}
|
||||
<figure class="image is-pulled-left">
|
||||
<a href="{{ path('<front>') }}" title="{{ 'Home'|t }}" rel="home">
|
||||
<img src="{{ site_logo }}" alt="{{ site_name }} Home" />
|
||||
</a>
|
||||
</figure>
|
||||
{% endif %}
|
||||
<a class="geo-title title is-3" href="{{ path('<front>') }}" title="{{ 'Home'|t }}" rel="home">
|
||||
{% if site_logo %}
|
||||
<div class="column is-narrow logo">
|
||||
<figure class="image is-pulled-left">
|
||||
<a href="{{ path('<front>') }}" title="{{ 'Home'|t }}" rel="home">
|
||||
<img src="{{ site_logo }}" alt="{{ site_name }} Home" />
|
||||
</a>
|
||||
</figure>
|
||||
</div>
|
||||
{% endif %}
|
||||
<div class="column is-narrow sitename">
|
||||
<a class="site-title title is-3" href="{{ path('<front>') }}" title="{{ 'Home'|t }}" rel="home">
|
||||
<span class="green">Grassroots
|
||||
Economic</span>
|
||||
<span class="yellow">Organizing</span></a>
|
||||
{% endblock content %}
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue