style: spacing for lists & tables
This commit is contained in:
parent
c9e19ee7fc
commit
69822cce22
1 changed files with 3 additions and 1 deletions
|
@ -43,7 +43,9 @@ const datePublished =
|
||||||
font-size: xx-large;
|
font-size: xx-large;
|
||||||
}
|
}
|
||||||
p,
|
p,
|
||||||
img {
|
img,
|
||||||
|
table,
|
||||||
|
ul {
|
||||||
margin: 1em 0;
|
margin: 1em 0;
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue