mirror of https://git.48k.eu/ogcp
base: Increase column size for sidebar
Make the sidebar wider to improve readability of its contentmaster v1.1.3-8
parent
0f5ba31c09
commit
069733b00e
|
@ -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 %}
|
||||
|
|
Loading…
Reference in New Issue