Get rid of all kinds of crazy CSS in favor of Bulma classes
This commit is contained in:
parent
c95a25824e
commit
6d89d74332
4 changed files with 4 additions and 31 deletions
|
@ -15,7 +15,7 @@
|
|||
*/
|
||||
#}
|
||||
{% if site_logo %}
|
||||
<div class="logo column is-narrow is-paddingless">
|
||||
<div class="logo column is-narrow is-paddingless has-text-centered">
|
||||
<figure class="image no-upscale">
|
||||
<a href="{{ path('<front>') }}" title="{{ 'Home'|t }}" rel="home">
|
||||
<img src="{{ site_logo }}" alt="{{ site_name }} Home" />
|
||||
|
@ -23,7 +23,7 @@
|
|||
</figure>
|
||||
</div>
|
||||
{% endif %}
|
||||
<div class="sitename column is-narrow is-paddingless">
|
||||
<div class="sitename column is-narrow is-paddingless has-text-centered">
|
||||
<a class="site-title title is-3" href="{{ path('<front>') }}" title="{{ 'Home'|t }}" rel="home">
|
||||
<span class="green">Grassroots
|
||||
Economic</span>
|
||||
|
|
|
@ -53,7 +53,7 @@
|
|||
</nav>
|
||||
</div>
|
||||
<div class="columns">
|
||||
<div class="column">
|
||||
<div class="column has-text-centered">
|
||||
<p class="slogan"><strong class="title">{{ site_slogan }}</strong></p>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue