diff options
author | Jacob Janzen <jjanzenn@proton.me> | 2024-08-08 21:05:30 -0500 |
---|---|---|
committer | Jacob Janzen <jjanzenn@proton.me> | 2024-08-08 21:05:30 -0500 |
commit | df4ec257078b0047f864a3b4d5fe34ddabdee712 (patch) | |
tree | c83200fe0a80382aad024c68299c789156d38908 | |
parent | c4f6a082c96456f591e321e322b8f2198deec5e4 (diff) |
center a div
-rw-r--r-- | css/stylesheet.css | 1 |
1 files changed, 1 insertions, 0 deletions
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; } |