actually center a div

This commit is contained in:
Jacob Janzen 2024-08-08 21:13:45 -05:00
parent df4ec25707
commit 7cbd74bd3e

View file

@ -74,7 +74,7 @@ a:hover {
.footer-bottom {
z-index: 1;
display: flex;
justify-content: space-center;
justify-content: center;
text-align: center;
}