11 lines
117 B
SCSS
11 lines
117 B
SCSS
|
.comments {
|
||
|
padding-left: 0;
|
||
|
}
|
||
|
|
||
|
.comments li {
|
||
|
list-style-type: none;
|
||
|
}
|
||
|
|
||
|
.comments--count {
|
||
|
margin-top: -2em;
|
||
|
}
|