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;
}
.footer-top {
width: 700px;
text-align: center;
z-index: 2;
display: flex;
justify-content: space-between;
width: fit-content;
flex-direction: column;
}
.footer-bottom {
width: fit-content;
z-index: 1;
display: flex;
justify-content: center;
text-align: center;
}
}
/* Org Stuff */