diff options
author | Tom Smeding <tom.smeding@gmail.com> | 2020-06-19 10:07:31 +0200 |
---|---|---|
committer | Tom Smeding <tom.smeding@gmail.com> | 2020-06-19 10:07:31 +0200 |
commit | 61f2ac4f7cbe1e8864509e430757e21371ac2ac4 (patch) | |
tree | 5c5196eb131638866d97f788c6f2c99d6ab45b0d /$template.html | |
parent | afe42d9600842ba565cf66c043cd11b8ff0a7d1b (diff) |
Expand tools post
Diffstat (limited to '$template.html')
-rw-r--r-- | $template.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/$template.html b/$template.html index 012552e..9600911 100644 --- a/$template.html +++ b/$template.html @@ -69,7 +69,7 @@ blockquote { margin: 0px auto; width: 900px; display: block; - height: 100%; + min-height: 100%; background-color: #fff8f8; } #left-column { @@ -99,6 +99,7 @@ blockquote { } footer { margin-top: 8em; + padding-bottom: 2em; text-align: center; font-size: 9pt; font-style: italic; |