fit content

This commit is contained in:
Jacob Janzen 2024-08-08 23:56:11 -05:00
parent 7a5b174a98
commit 7dfb618dbd

View file

@ -77,13 +77,16 @@ a:hover {
text-align: left; text-align: left;
} }
.footer-top { .footer-top {
width: 700px; width: fit-content;
text-align: center;
z-index: 2;
display: flex;
justify-content: space-between;
flex-direction: column; flex-direction: column;
} }
.footer-bottom {
width: fit-content;
z-index: 1;
display: flex;
justify-content: center;
text-align: center;
}
} }
/* Org Stuff */ /* Org Stuff */