index class added to body

This commit is contained in:
Simounet 2023-06-06 23:25:43 +02:00
parent e5b72f3123
commit 3c7457801f
No known key found for this signature in database
GPG key ID: 77D3B7DC794EB770
4 changed files with 5 additions and 3 deletions

View file

@ -10,7 +10,7 @@
@media only screen and (min-width: 992px) { @media only screen and (min-width: 992px) {
nav, nav,
body:not(.entry):not(.login) main, .index main,
footer { footer {
padding-left: 240px; padding-left: 240px;
} }

View file

@ -23,6 +23,8 @@
{% endfor %} {% endfor %}
{% endblock %} {% endblock %}
{% block body_class %}index{% endblock %}
{% block menu %} {% block menu %}
<nav class="cyan darken-1"> <nav class="cyan darken-1">
<ul id="slide-out" class="left-bar side-nav fixed"> <ul id="slide-out" class="left-bar side-nav fixed">

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long