From df2274b88b365e4a9faf4beaf09497462f86b089 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz?= <59448870+lukasz-a-krol@users.noreply.github.com> Date: Thu, 10 Oct 2024 21:03:06 +0200 Subject: [PATCH] more style edits to the footer --- static/css/style.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/static/css/style.css b/static/css/style.css index 4e19f7e..1e94ffb 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -5559,6 +5559,10 @@ ol { .header .container { justify-content: start; } } +.footer-inner { + margin-top: 1.1rem; /*added later on during the site building process, means that the footer links align with the USABLE logo */ +} + .footer { background-color: #002D62; background-image: linear-gradient(to top, #001a39 0%, #002c61 100%); @@ -5566,9 +5570,6 @@ ol { padding: 2rem; } .footer .footer-inner { padding-top: 1rem; } - ul.footer-inner { - margin-top: 1.1rem; /*added later on during the site building process, means that the footer links align with the USABLE logo */ - } .footer a { color: #fff; font-weight: bold; }