fix: correct CSS syntax error in .comments rule that was breaking footer and other component styles

This commit is contained in:
twotalesanimation
2025-12-08 10:37:01 +02:00
parent 0af0bd33f9
commit 752ea6e5e9

View File

@@ -7124,7 +7124,8 @@ blockquote {
/* Comments */
.comments {
border-radius: 10px;
/* border: 1px solid var(--border-color); } */
/* border: 1px solid var(--border-color); */
}
.comment-body {
padding: 50px; }