Fixed css

This commit is contained in:
ServerServeIonicNonServe 2019-07-27 12:20:37 +00:00
parent b0881d7bc6
commit f88486eace
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ body {
flex-direction: column;
}
main {
div.container.main {
flex: 1 0 auto;
}

View File

@ -35,7 +35,7 @@
{% include "menu.html" with mobile=1 %}
</ul>
<div class="container">
<div class="main container">
<main>{% block content %}{% endblock %}</main>
</div>