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; display: flex;
justify-content: space-between; justify-content: space-between;
padding: 24px 0px; padding: 24px 0px;
@media screen and (max-width: 864px) {
flex-direction: column !important;
}
div { div {
display: flex; display: flex;
gap: 16px; gap: 16px;
@media screen and (max-width: 864px) {
flex-direction: column !important;
}
a { a {
text-decoration: none; text-decoration: none;
&:hover { &:hover {