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