From 7cbd74bd3e858c2417578af41cef6783d77cb9f9 Mon Sep 17 00:00:00 2001 From: Jacob Janzen Date: Thu, 8 Aug 2024 21:13:45 -0500 Subject: actually center a div --- css/stylesheet.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'css') diff --git a/css/stylesheet.css b/css/stylesheet.css index a545e2c..391008b 100644 --- a/css/stylesheet.css +++ b/css/stylesheet.css @@ -74,7 +74,7 @@ a:hover { .footer-bottom { z-index: 1; display: flex; - justify-content: space-center; + justify-content: center; text-align: center; } -- cgit v1.2.3