Tweak spacing for header logo + title, in falafel theme
those were just too close together, this should fix. nb. i am unclear if everything in layout.css is actually being used..?
This commit is contained in:
parent
95dd8d83dc
commit
058677adec
2 changed files with 9 additions and 1 deletions
|
@ -175,7 +175,9 @@
|
|||
<div class="navbar-brand">
|
||||
<a class="navbar-item" href="${url('home')}">
|
||||
${base_meta.header_logo()}
|
||||
${base_meta.global_title()}
|
||||
<div id="global-header-title">
|
||||
${base_meta.global_title()}
|
||||
</div>
|
||||
</a>
|
||||
<a role="button" class="navbar-burger" aria-label="menu" aria-expanded="false">
|
||||
<span aria-hidden="true"></span>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue