center a div

This commit is contained in:
Jacob Janzen 2024-08-08 21:05:30 -05:00
parent c4f6a082c9
commit df4ec25707

View file

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