btn pos
This commit is contained in:
@@ -8,10 +8,7 @@
|
|||||||
|
|
||||||
<div class="blog-preview">{{ post.content | striptags | truncate(200) }}</div>
|
<div class="blog-preview">{{ post.content | striptags | truncate(200) }}</div>
|
||||||
|
|
||||||
<a
|
<a class="btn-read-more" href="{{ url_for('post_detail', post_id=post.id) }}">
|
||||||
class="btn btn-read-more"
|
|
||||||
href="{{ url_for('post_detail', post_id=post.id) }}"
|
|
||||||
>
|
|
||||||
Read More
|
Read More
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
|||||||
@@ -34,7 +34,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.comment-btn {
|
.comment-btn {
|
||||||
margin-top: 0;
|
margin-top: -5px;
|
||||||
|
padding: 4px 12px;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user