Try adding Keegan's suggested changes to the comment CSS fairly blindly

This commit is contained in:
benjamin melançon 2022-01-28 20:00:50 -05:00
parent d839062213
commit d63dc2eb1b

View file

@ -45,7 +45,21 @@
display: none; display: none;
} }
/* Comment section TODO move to a proper non-overrides section, possibly into Octavia base theme! */
.comment-indicator { .comment-indicator {
position: absolute; position: absolute;
left: -4rem; left: -4rem;
} }
.comment-section {
display: block;
article {
padding-bottom: 0;
}
.content p:not(:last-child) {
margin-bottom: 0;
}
}