Align menu elements vertically. Align footer bottom of the viewport.

This commit is contained in:
Andrey Shitov
2015-06-13 23:22:26 +03:00
parent 07c593199f
commit e3cca4df37
2 changed files with 11 additions and 4 deletions
+2 -3
View File
@@ -4,7 +4,7 @@
{% include head.html %}
<body>
<div style="min-height: 100%; position: relative;">
{% include header.html %}
<div class="page-content">
@@ -14,7 +14,6 @@
</div>
{% include footer.html %}
</div>
</body>
</html>