Refactor single article to Medium-style layout with minimal comments

This commit is contained in:
Adolfo Reyna
2026-03-13 00:52:16 -04:00
parent 1177b0ca47
commit 2199d9e716
3 changed files with 68 additions and 50 deletions

View File

@@ -204,13 +204,13 @@ a:hover {
}
.comment-list .comment {
background: #fff;
border: 1px solid rgba(26, 43, 72, 0.1);
/* Subtle midnight border */
border-radius: 0.5rem;
padding: 1.5rem;
padding: 1.5rem 0;
margin-bottom: 1.5rem;
box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
border-bottom: 1px solid rgba(26, 43, 72, 0.1);
}
.comment-list .comment:last-child {
border-bottom: none;
}
.comment-list .comment-body {