Adjust Footer for mobile view
This commit is contained in:
parent
545ee651af
commit
fd60297ae2
1 changed files with 6 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue