blob: 4971b15c7e9d2bb682f4925827ac7e0168856811 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
@use "@styles/abstracts/placeholders";
.title,
.no-comments {
width: max-content;
margin-left: auto;
margin-right: auto;
}
.list {
@extend %reset-ordered-list;
margin-bottom: var(--spacing-lg);
}
|