diff options
| -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> |
