mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-02-10 01:23:37 +01:00
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;
|
||
|
}
|