diff options
| -rw-r--r-- | templates/blog/partials/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/blog/partials/base.html b/templates/blog/partials/base.html index 79b9f4f2..38ab9e22 100644 --- a/templates/blog/partials/base.html +++ b/templates/blog/partials/base.html @@ -48,7 +48,7 @@ </div> </div> - <div id="footer"> + <div id="footer" style="clear: both"> <hr style="margin: 2rem 0" /> <center> {% load ad %} {% for i in '12345789'|make_list %} |
