Update: reduce gap around the ending horizontal line under blog posts

This commit is contained in:
hyzen
2026-06-10 17:38:50 +05:30
parent ba54dd4bc9
commit 8f781940b0
2 changed files with 4 additions and 4 deletions

View File

@@ -871,8 +871,8 @@
/* ── Comments section ─────────────────────────────────────────────────────── */
.comments {
margin-top: 3rem;
padding-top: 2rem;
margin-top: 1rem;
padding-top: 1.28rem;
border-top: 1px solid var(--background-color1, #ddd);
}