Better spacing for lists in articles
This commit is contained in:
parent
6543ac8ad0
commit
989694af3d
1 changed files with 5 additions and 4 deletions
|
|
@ -52,7 +52,7 @@ h2 {
|
|||
padding: 0 0 24px;
|
||||
}
|
||||
|
||||
p {
|
||||
p, ul, ol {
|
||||
margin: 0;
|
||||
padding-bottom: 16px;
|
||||
}
|
||||
|
|
@ -197,11 +197,12 @@ article {
|
|||
}
|
||||
|
||||
ul, ol {
|
||||
padding: 0 0 0 32px;
|
||||
margin: 0 0 28px;
|
||||
|
||||
li {
|
||||
margin-bottom: 4px;
|
||||
|
||||
&:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue