From dbb479876cdbd00797983fc81bb9bf35cabba40b Mon Sep 17 00:00:00 2001 From: Jacob Janzen Date: Tue, 31 Dec 2024 12:40:00 -0600 Subject: center footer --- css/stylesheet.css | 26 ++++---------------------- 1 file changed, 4 insertions(+), 22 deletions(-) diff --git a/css/stylesheet.css b/css/stylesheet.css index 318850a..54e6ce4 100644 --- a/css/stylesheet.css +++ b/css/stylesheet.css @@ -48,6 +48,10 @@ a:hover { padding: 10px 10px; } +footer { + text-align: center; +} + .cssa-webring-container { all: unset; display: flex; @@ -77,28 +81,6 @@ a:hover { margin-inline-start: 1ch; } -.footer { - width: 700px; - bottom: 0; - margin-top: auto; - display: grid; -} - -.footer-top { - width: 700px; - text-align: center; - z-index: 2; - display: flex; - justify-content: space-between; -} - -.footer-bottom { - z-index: 1; - display: flex; - justify-content: center; - text-align: center; -} - @media screen and (max-width: 700px) { .topnav a { float: none; -- cgit v1.2.3