Compare commits

...

1 Commits

Author SHA1 Message Date
ServerServeIonicNonServe f88486eace Fixed css 2019-07-27 12:24:23 +00:00
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>