Skip to content
This repository has been archived by the owner on Nov 14, 2023. It is now read-only.

Commit

Permalink
Merge pull request #1594 from jinbiao-bianjie/feature/goz
Browse files Browse the repository at this point in the history
adjust footer image style
  • Loading branch information
zhangjinbiao746 authored Sep 8, 2022
2 parents 6923e18 + 2ee2423 commit b2e0a72
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion frontend/src/components/footer/AppFooter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@
justify-content: space-between;
margin: 0 auto;
max-width: 12.8rem;
align-items: center;
@media (max-width: 820px) {
flex-direction: column-reverse;
align-items: center;
Expand All @@ -188,12 +189,13 @@
}
.irisnet_logo{
margin-right: 0.32rem;
height: 0.44rem;
@media (max-width: 820px) {
margin-right: 0;
}
a{
height: 0.44rem;
display: inline-block;
height: 0.4rem;;
img{
height: 100%;
}
Expand Down

0 comments on commit b2e0a72

Please sign in to comment.