Skip to content

Commit 9830124

Browse files
authored
Added a divider in place of spacing for navbar (mobile) dropdown (#249)
1 parent 7683c63 commit 9830124

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

democrasite/templates/base.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@
112112
{% endif %}
113113
{% endblock nav_authentication %}
114114
</ul>
115+
<hr class="d-block d-md-none" />
115116
<ul class="navbar-nav">
116117
<li class="nav-item">
117118
<a href="{% url 'activitypub:note-list' %}" class="nav-link">{% trans 'ActivityPub' %}</a>

0 commit comments

Comments
 (0)