Skip to content

Commit 9921af2

Browse files
committed
a11y: #4225 olh nav make narrow alignment consistent
1 parent 542f6a7 commit 9921af2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/themes/OLH/templates/core/nav.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,15 +101,15 @@
101101

102102
{% if request.journal.nav_start and not journal_settings.general.disable_journal_submission %}
103103
<li>
104-
<a href="{% url 'submission_start' %}" class="button">
104+
<a href="{% url 'submission_start' %}" >
105105
<i aria-hidden="true" class="fa fa-cloud-upload"></i> {% trans 'Start Submission' %}
106106
</a>
107107
</li>
108108
{% endif %}
109109

110110
{% if request.journal.nav_review %}
111111
<li>
112-
<a href="{% url 'become_reviewer' %}" class="button">
112+
<a href="{% url 'become_reviewer' %}" >
113113
<i aria-hidden="true" class="fa fa-trophy"></i>
114114
{% trans 'Become a Reviewer' %}
115115
</a>

0 commit comments

Comments
 (0)