diff options
author | Jacob Janzen <jjanzenn@proton.me> | 2024-08-08 21:13:45 -0500 |
---|---|---|
committer | Jacob Janzen <jjanzenn@proton.me> | 2024-08-08 21:13:45 -0500 |
commit | 7cbd74bd3e858c2417578af41cef6783d77cb9f9 (patch) | |
tree | fdf890df86cc5907df61d21cf8a99fe39f37fc55 /css/stylesheet.css | |
parent | df4ec257078b0047f864a3b4d5fe34ddabdee712 (diff) |
actually center a div
Diffstat (limited to 'css/stylesheet.css')
-rw-r--r-- | css/stylesheet.css | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |