Fix the footer spacing (feels like the millionth time I've done this??)

This commit is contained in:
Eryn Wells 2022-11-20 07:43:20 -08:00
parent f74f0c5e9d
commit 0be0081319

View file

@ -204,6 +204,10 @@ footer.site > ul {
list-style: none;
}
footer.site > .slogans {
margin-block-end: 0;
}
footer.site > .slogans > li {
margin-block-end: 0;
margin-inline-start: 0.5em;