Fix button styling
This commit is contained in:
parent
c478ef03fb
commit
697250e50c
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
|||
|
||||
<ul class="primary-menu">
|
||||
{% for entry in menu %}
|
||||
<li><a href="/{{ entry.referring_slug }}">{{ entry.text }}</a></li>
|
||||
<li><a href="/{{ entry.referring_slug }}" class="menu-button">{{ entry.text }}</a></li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
|
||||
|
|
Reference in a new issue