Commit compiled CSS
This commit is contained in:
parent
85744a537e
commit
69feea79b4
2 changed files with 7 additions and 7 deletions
|
@ -6007,6 +6007,13 @@ label.panel-block {
|
|||
padding: 0.2em;
|
||||
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 {
|
||||
display: block;
|
||||
-ms-flex-preferred-size: 0;
|
||||
|
|
|
@ -37,10 +37,3 @@
|
|||
.comment-indicator {
|
||||
position: absolute;
|
||||
left: -4rem; }
|
||||
|
||||
.comment-section article {
|
||||
display: block;
|
||||
padding-bottom: 0; }
|
||||
|
||||
.comment-section .content p:not(:last-child) {
|
||||
margin-bottom: 0; }
|
||||
|
|
Loading…
Add table
Reference in a new issue