From 36c787a3950cc7044fccb78d84f82f0ad567e905 Mon Sep 17 00:00:00 2001 From: jwansek Date: Wed, 7 Dec 2022 01:27:29 +0000 Subject: Added images, added footer stuff --- static/style.css | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'static/style.css') diff --git a/static/style.css b/static/style.css index 6d18d62..32dc92d 100755 --- a/static/style.css +++ b/static/style.css @@ -181,6 +181,13 @@ footer { padding: 300px 10px 5px 20px; margin-bottom: 300px; font-size: xx-small; + align-content: center; +} + +#footer_banners { + display: flex; + align-items: center; + } @media (max-width: 1023px) { -- cgit v1.2.3