Adjust Footer for mobile view

This commit is contained in:
Korbs 2024-12-10 01:25:22 -05:00
parent 545ee651af
commit fd60297ae2

View file

@ -18,9 +18,15 @@ import { Copyright } from "@iconoir/vue";
display: flex;
justify-content: space-between;
padding: 24px 0px;
@media screen and (max-width: 864px) {
flex-direction: column !important;
}
div {
display: flex;
gap: 16px;
@media screen and (max-width: 864px) {
flex-direction: column !important;
}
a {
text-decoration: none;
&:hover {