Add some space between list items.
This commit is contained in:
parent
3531243f59
commit
1697389c39
|
@ -51,6 +51,14 @@ p {
|
|||
margin: 0;
|
||||
}
|
||||
|
||||
li {
|
||||
margin-bottom: 4px;
|
||||
|
||||
&:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
|
||||
ol,
|
||||
ul {
|
||||
margin: 0;
|
||||
|
|
Loading…
Reference in New Issue