chore: spacing
This commit is contained in:
parent
b5cc034f1e
commit
8e4f69a93e
2 changed files with 3 additions and 2 deletions
|
@ -1,3 +1,3 @@
|
||||||
.popular-posts h2 {
|
.popular-posts h2 {
|
||||||
margin: 2rem 0 1rem;
|
margin: var(--spacing-base) 0;
|
||||||
}
|
}
|
|
@ -368,8 +368,9 @@ svg {
|
||||||
|
|
||||||
/* lists */
|
/* lists */
|
||||||
ul, ol {
|
ul, ol {
|
||||||
padding-left: 1.25rem;
|
|
||||||
list-style-position: inside;
|
list-style-position: inside;
|
||||||
|
margin: var(--spacing-base) 0;
|
||||||
|
padding-left: var(--spacing-base);
|
||||||
}
|
}
|
||||||
|
|
||||||
li {
|
li {
|
||||||
|
|
Reference in a new issue