Skip to content

Commit

Permalink
Merge pull request #3 from illacloud/develop
Browse files Browse the repository at this point in the history
fix: mobile icon size
  • Loading branch information
Wangtaofeng authored Mar 10, 2023
2 parents 6cf534e + f1e26a9 commit 2f149f1
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions assets/css/site/footer.css
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ footer {
align-items: center;
}
.footer-title {
font-weight: 500;
font-weight: 600;
font-size: 16px;
line-height: 24px;
}
Expand Down Expand Up @@ -94,12 +94,13 @@ footer {
}
.footer-item-right {
width: 100%;
padding: 80px 40px;
align-items: center;
}
.footer-item-right .footer-href {
display: flex;
flex-direction: row;
gap: 40px;
gap: 50px;
}
.footer-title {
font-weight: 600;
Expand All @@ -113,4 +114,7 @@ footer {
color: rgba(120, 126, 133, 1);

}
.footer-href svg {
transform: scale(1.818);
}
}

0 comments on commit 2f149f1

Please sign in to comment.