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 #1593 from jinbiao-bianjie/feature/goz
Browse files Browse the repository at this point in the history
R4R: adjust footer image style
  • Loading branch information
zhangjinbiao746 authored Sep 8, 2022
2 parents beaf9f4 + 0709eaf commit 6923e18
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions frontend/src/components/footer/AppFooter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@
justify-content: space-between;
margin: 0 auto;
max-width: 12.8rem;
@media (max-width: 768px) {
@media (max-width: 820px) {
flex-direction: column-reverse;
align-items: center;
justify-content: center;
Expand All @@ -181,14 +181,14 @@
display: flex;
color: rgba(255,255,255,0.5);
align-items: center;
@media (max-width: 768px) {
@media (max-width: 820px) {
flex-direction: column;
justify-content: center;
margin-top: 0.16rem;
}
.irisnet_logo{
margin-right: 0.32rem;
@media (max-width: 768px) {
@media (max-width: 820px) {
margin-right: 0;
}
a{
Expand All @@ -202,9 +202,8 @@
.footer_copyright_wrap {
flex: 1;
text-align: center;
margin-top: 0.08rem;
@media (max-width: 450px) {
margin: 0 0.2rem;
@media (max-width: 820px) {
margin: 0.08rem 0.2rem 0 0.2rem;
}
}
.footer_chain_id_content{
Expand All @@ -226,7 +225,7 @@
align-items: flex-start;
justify-content: center;
flex-direction: column;
@media (max-width: 768px) {
@media (max-width: 820px) {
margin-left: 0;
}
.community_title{
Expand Down

0 comments on commit 6923e18

Please sign in to comment.