diff options
Diffstat (limited to 'templates/layout.html')
-rw-r--r-- | templates/layout.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/templates/layout.html b/templates/layout.html index 466f2b7..dc1507a 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -28,8 +28,9 @@ header nav a, header nav a:visited { header nav a:hover { color: #000; } -header, article, footer { +header, #content, footer { padding-left: 0.5rem; + padding-right: 0.5rem; } article p { white-space: pre-wrap; @@ -72,7 +73,9 @@ footer ul#contact-info li { </nav> </header> <hr /> + <div id="content"> {% block content %}{% endblock %} + </div> <hr /> <footer> <div> |