This commit is contained in:
m
2026-03-15 03:50:35 +01:00
parent dc94615164
commit f2c9c04be5
2 changed files with 3 additions and 5 deletions

View File

@@ -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>

View File

@@ -34,7 +34,8 @@
} }
.comment-btn { .comment-btn {
margin-top: 0; margin-top: -5px;
padding: 4px 12px;
} }
</style> </style>