add top margin to ul#posts to match body content top margin

This commit is contained in:
acarril 2023-05-01 15:41:39 -04:00
parent 4434574f92
commit d6c53d3a46

View file

@ -118,7 +118,7 @@ main#content ul#posts {
list-style-type: none;
font-size: 16px;
font-size: 1.6rem;
margin-top: 0;
margin-top: 16px;
padding: 0;
}