style: add top margin to elements back
This commit is contained in:
parent
1022d8696d
commit
2dc9cec8db
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ const datePublished =
|
||||||
p,
|
p,
|
||||||
table,
|
table,
|
||||||
ul {
|
ul {
|
||||||
margin: 0 0 1em;
|
margin: 1em 0;
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue