Skip to content

Commit

Permalink
[#420] Configure navbar collapse for screen width <992px
Browse files Browse the repository at this point in the history
  • Loading branch information
Asgef committed Jun 3, 2024
1 parent da1ad41 commit 72ea021
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/components/navbar.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% load i18n static %}
<nav class="navbar navbar-expand-md navbar-light bg-light">
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<div class="container">
<a class="navbar-brand" href="{% url 'contributors:home' %}">{{ PROJECT_NAME }}</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarCollapse"
Expand Down

0 comments on commit 72ea021

Please sign in to comment.