style(layout): spacing

This commit is contained in:
curben 2019-08-30 18:00:31 +01:00
parent a33601013b
commit e6969c729e
No known key found for this signature in database
GPG Key ID: 5D9DB57A25D34EE3
1 changed files with 5 additions and 5 deletions

View File

@ -15,10 +15,10 @@
<body>
<% } %>
<% } %>
<div id="container" class="container">
<%- body %>
</div>
<%- partial('_partial/footer') %>
<%- partial('_partial/after-footer') %>
<div id="container" class="container">
<%- body %>
</div>
<%- partial('_partial/footer') %>
<%- partial('_partial/after-footer') %>
</body>
</html>