diff options
| author | Bobby <[email protected]> | 2022-12-28 05:42:20 -0500 |
|---|---|---|
| committer | Bobby <[email protected]> | 2022-12-28 05:42:20 -0500 |
| commit | 3ff3acef57e95ecd2e8dde429d4735e7c2e8e684 (patch) | |
| tree | cc991d7efab1f0ea2bcb08a8464e05ccce169bed | |
| parent | 0e939a2e5c17b68ab1f2334d30eb5529ba6630c2 (diff) | |
| download | thatcomputerscientist-3ff3acef57e95ecd2e8dde429d4735e7c2e8e684.tar.xz thatcomputerscientist-3ff3acef57e95ecd2e8dde429d4735e7c2e8e684.zip | |
Fixed Footer Issues
| -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 %} |
