fix: correct CSS syntax error in .comments rule that was breaking footer and other component styles
This commit is contained in:
@@ -7124,7 +7124,8 @@ blockquote {
|
|||||||
/* Comments */
|
/* Comments */
|
||||||
.comments {
|
.comments {
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
/* border: 1px solid var(--border-color); } */
|
/* border: 1px solid var(--border-color); */
|
||||||
|
}
|
||||||
|
|
||||||
.comment-body {
|
.comment-body {
|
||||||
padding: 50px; }
|
padding: 50px; }
|
||||||
|
|||||||
Reference in New Issue
Block a user