diff options
Diffstat (limited to 'ogcp/templates')
-rw-r--r-- | ogcp/templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ogcp/templates/base.html b/ogcp/templates/base.html index 8ef8f3a..39680c3 100644 --- a/ogcp/templates/base.html +++ b/ogcp/templates/base.html @@ -72,7 +72,7 @@ <div class="row h-100"> {# The sidebar is not visible on index and login #} {% if request.endpoint not in ["index", "login"] %} - <div id="sidebar" class="bg-light col-md-3 col-lg-2"> + <div id="sidebar" class="bg-light col-md-3 col-lg-3"> {% block sidebar %}{% endblock %} </div> {% else %} |