This commit is contained in:
Barrett Ruth 2025-11-29 02:39:43 -05:00
parent 24d6d2a757
commit 40024cb2fb
3 changed files with 43 additions and 28 deletions

View file

@ -31,7 +31,7 @@
}
@media (max-width: 1024px) {
footer {
flex-direction: column;
flex-direction: row;
gap: 15px;
}
.footer-links-left,
@ -41,11 +41,14 @@
}
@media (max-width: 640px) {
footer {
flex-direction: row;
flex-wrap: wrap;
}
.footer-links-left,
.footer-links-right {
flex-direction: column;
gap: 10px;
align-items: center;
flex-direction: row;
gap: 15px;
}
}
</style>