style: add top margin to elements back

This commit is contained in:
Ayo 2023-06-04 21:47:19 +02:00
parent 1022d8696d
commit 2dc9cec8db

View file

@ -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;
} }