From 14fc014aa541f08e383b82b31908fada947e7280 Mon Sep 17 00:00:00 2001 From: Craig Mayhew Date: Thu, 22 Feb 2024 14:39:13 +0000 Subject: [PATCH] Removed width from footer css, seems redundent --- assets/c.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/c.css b/assets/c.css index c893733..3211ce4 100644 --- a/assets/c.css +++ b/assets/c.css @@ -3,7 +3,7 @@ h1 { font-size: 18px;} img { border: 0;} table{ border-collapse: collapse;} header{ background: #eee; height: 70px; max-width: 1200px;} -footer{ height: 70px; max-width: 1200px; margin-top: 30px; text-align: center; width: 99%;} +footer{ height: 70px; max-width: 1200px; margin-top: 30px; text-align: center;} nav { display: inline-block;