Commit compiled CSS

This commit is contained in:
benjamin melançon 2022-01-28 21:24:14 -05:00
parent 85744a537e
commit 69feea79b4
2 changed files with 7 additions and 7 deletions

View file

@ -6007,6 +6007,13 @@ label.panel-block {
padding: 0.2em; padding: 0.2em;
border-radius: 0.3em; } border-radius: 0.3em; }
@media screen and (max-width: 768px) {
.comment-section article {
display: block;
padding-bottom: 0; }
.comment-section .content p:not(:last-child) {
margin-bottom: 0; } }
.column { .column {
display: block; display: block;
-ms-flex-preferred-size: 0; -ms-flex-preferred-size: 0;

View file

@ -37,10 +37,3 @@
.comment-indicator { .comment-indicator {
position: absolute; position: absolute;
left: -4rem; } left: -4rem; }
.comment-section article {
display: block;
padding-bottom: 0; }
.comment-section .content p:not(:last-child) {
margin-bottom: 0; }