Add margins to lists
This commit is contained in:
parent
51df006d2c
commit
3a4dd2ce30
1 changed files with 2 additions and 0 deletions
|
@ -61,6 +61,8 @@ img {
|
||||||
}
|
}
|
||||||
|
|
||||||
ol, ul {
|
ol, ul {
|
||||||
|
margin-top: 1rem;
|
||||||
|
margin-bottom: 1rem;
|
||||||
li {
|
li {
|
||||||
margin-bottom: 0.4rem;
|
margin-bottom: 0.4rem;
|
||||||
&:last-of-type {
|
&:last-of-type {
|
||||||
|
|
Loading…
Reference in a new issue