From 6fa4c8d6ce80ae816147f390489d7a3001b917f4 Mon Sep 17 00:00:00 2001 From: Nathan Chapman Date: Tue, 4 Jan 2022 19:03:35 -0700 Subject: [PATCH] Fix nav list --- styles/main.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/styles/main.css b/styles/main.css index 0fd0cbd..31310db 100644 --- a/styles/main.css +++ b/styles/main.css @@ -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 {