diff --git a/templates/components/post_preview.html b/templates/components/post_preview.html
index 1c1af75..adc73cc 100644
--- a/templates/components/post_preview.html
+++ b/templates/components/post_preview.html
@@ -8,10 +8,7 @@
{{ post.content | striptags | truncate(200) }}
-
+
Read More
diff --git a/templates/leave_comment.html b/templates/leave_comment.html
index 2ecc86b..0f6df67 100644
--- a/templates/leave_comment.html
+++ b/templates/leave_comment.html
@@ -34,7 +34,8 @@
}
.comment-btn {
- margin-top: 0;
+ margin-top: -5px;
+ padding: 4px 12px;
}