diff options
| author | Bobby <[email protected]> | 2023-06-10 21:44:11 -0400 |
|---|---|---|
| committer | Bobby <[email protected]> | 2023-06-10 21:44:11 -0400 |
| commit | acba8b442b41b91492f85f293bfbafa86f13a053 (patch) | |
| tree | 6217670fa7607e805c4fb8e4edb68e1662276bd4 | |
| parent | 449caf2bbc1d2fd3db37af1b635feaef2beaac38 (diff) | |
| download | thatcomputerscientist-acba8b442b41b91492f85f293bfbafa86f13a053.tar.xz thatcomputerscientist-acba8b442b41b91492f85f293bfbafa86f13a053.zip | |
h2 needs to clear both floats in posts
| -rw-r--r-- | templates/blog/post.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/blog/post.html b/templates/blog/post.html index 5466c465..b8183125 100644 --- a/templates/blog/post.html +++ b/templates/blog/post.html @@ -50,7 +50,7 @@ </div> {% if read_next %} -<h2 class="mtsbitem">Read Next</h2> +<h2 class="mtsbitem" style="clear: both;">Read Next</h2> <div id="read-next"> <div class="post"> <div class="post-header"> @@ -85,7 +85,7 @@ </div> </div> {% endif %} -<h2 class="mtsbitem">Comments +<h2 class="mtsbitem" style="clear: both;">Comments <a href="#header" class="pa-btn" style="float: right; margin-top: 0px; text-transform: capitalize; font-weight: normal;"> Back to Top </a> |
