Skip to content

Commit

Permalink
Merge pull request #305 from Authing/fix/mobile-style
Browse files Browse the repository at this point in the history
fix: 移动端样式调整
  • Loading branch information
lixpng authored Jul 17, 2024
2 parents 777bcd9 + 41c395d commit 5ffe075
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/guard-core-v4/src/Invitation/Application/style.less
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,8 @@
}
.g2-view-content {
padding: 0 38px;
@media only screen and (max-width: 450px) {
padding: 0 8px;
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
padding: 16px 16px 48px;
.g2-invite-content {
padding: 0 38px;
@media only screen and (max-width: 450px) {
padding: 0 8px;
}
.g2-view-invite-header {
.title {
color: #282d3c;
Expand Down

0 comments on commit 5ffe075

Please sign in to comment.