From c47cb5f3291c0e5fb9b188d9bd9d5795ba1415d5 Mon Sep 17 00:00:00 2001 From: emma Date: Fri, 23 Sep 2022 20:06:11 -0400 Subject: [PATCH] footer margin --- assets/TiB.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/assets/TiB.css b/assets/TiB.css index 2bd3c52..4f80273 100644 --- a/assets/TiB.css +++ b/assets/TiB.css @@ -78,6 +78,8 @@ footer { display: flex; flex-wrap: wrap; justify-content: space-between; + margin: 1em auto; + max-width: 70em; padding: 0.5em 1em; } @@ -153,7 +155,7 @@ ul { list-style-type: disc; } -footer, header, main, nav { +header, main, nav { max-width: 70em; margin: 0 auto; }