diff options
Diffstat (limited to 'web/templates/base.html')
| -rw-r--r-- | web/templates/base.html | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/web/templates/base.html b/web/templates/base.html index 81d6a59..03015ff 100644 --- a/web/templates/base.html +++ b/web/templates/base.html @@ -17,10 +17,6 @@ margin: 0; padding: 0; } - html, - body { - height: 100%; - } :root { --primary: #de3163; --secondary: #722f37; @@ -62,13 +58,11 @@ {% block extrastyle %}{% endblock %} </head> <body> - <div class="content-box"> - <div class="heading"> - <h1><a href="/">makeshiftci</a>{% block path %}{% endblock %}</h1> - {% block headingcontent %}{% endblock %} - </div> - {% block content %}{% endblock %} + <div class="heading"> + <h1><a href="/">makeshiftci</a>{% block path %}{% endblock %}</h1> + {% block headingcontent %}{% endblock %} </div> + <div class="content-box"> {% block content %}{% endblock %} </div> </body> </html> <!-- vim: set filetype=jinja: --> |
