Fix nav list

This commit is contained in:
Nathan Chapman 2022-01-04 19:03:35 -07:00
parent 6686c685c9
commit 6fa4c8d6ce

View File

@ -248,6 +248,8 @@ footer section,
display: grid;
grid-template-columns: repeat(12, 1fr);
gap: 1rem;
list-style: none;
}
.footer__nav ul li:first-child {