From a1da87a96de6dae89db9a94fc94558d165355aff Mon Sep 17 00:00:00 2001 From: Owen Graham <ohgraham1@madisoncollege.edu> Date: Fri, 10 Mar 2023 14:09:54 -0600 Subject: [PATCH] Add more spacing to footer --- style.css | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/style.css b/style.css index 09e64f6..2093928 100644 --- a/style.css +++ b/style.css @@ -188,9 +188,8 @@ body { * Footer */ -[role="main"] .site-footer { - margin-top: 20px; - margin-bottom: -20px; +.site-footer { + padding: 36px 0; } .site-footer, body { @@ -200,7 +199,7 @@ body { content: ''; display: block; position: relative; - top: -20px; + top: -36px; height: 5px; background: linear-gradient(45deg, #c5050c, #007db1); } @@ -224,3 +223,6 @@ body { .site-footer .attribution a:hover img { opacity: 0.976; } +.footer-links ul li { + margin-bottom: 12px; +} -- GitLab