From f12d747b7f862ea9079d610ff057d5248406286f Mon Sep 17 00:00:00 2001 From: Bradley Taunt Date: Fri, 14 Jun 2024 16:33:26 -0400 Subject: More styling improvements --- stylesheets/main.css | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'stylesheets/main.css') diff --git a/stylesheets/main.css b/stylesheets/main.css index 75fb895..be01e55 100644 --- a/stylesheets/main.css +++ b/stylesheets/main.css @@ -25,8 +25,13 @@ p { line-height: 1.4; } .wrapper { margin: 0 auto; - max-width: 45rem; + max-width: 800px; } header { margin: 1rem 0 2rem; } -footer { margin: 2rem 0; } +footer { margin: 4rem 0 2rem; } +footer ul { list-style: none; padding: 0; } +footer ul li { + display: inline-block; + margin-right: 6px; +} -- cgit v1.2.3-54-g00ecf