From 7dfb618dbd95f1fe738f7a2acf9c3e742cfe5c94 Mon Sep 17 00:00:00 2001 From: Jacob Janzen Date: Thu, 8 Aug 2024 23:56:11 -0500 Subject: fit content --- css/stylesheet.css | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'css') diff --git a/css/stylesheet.css b/css/stylesheet.css index b7bfccc..c292e5a 100644 --- a/css/stylesheet.css +++ b/css/stylesheet.css @@ -77,13 +77,16 @@ a:hover { text-align: left; } .footer-top { - width: 700px; - text-align: center; - z-index: 2; - display: flex; - justify-content: space-between; + width: fit-content; flex-direction: column; } + .footer-bottom { + width: fit-content; + z-index: 1; + display: flex; + justify-content: center; + text-align: center; + } } /* Org Stuff */ -- cgit v1.2.3