style: spacing for lists & tables

This commit is contained in:
Ayo 2023-05-13 23:18:41 +02:00
parent c9e19ee7fc
commit 69822cce22

View file

@ -43,7 +43,9 @@ const datePublished =
font-size: xx-large;
}
p,
img {
img,
table,
ul {
margin: 1em 0;
font-size: 20px;
}