Skip to content

Commit

Permalink
feat: 移动端英文兼容
Browse files Browse the repository at this point in the history
  • Loading branch information
hudinghua committed Aug 17, 2022
1 parent 44118c0 commit ec36537
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .vitepress/theme/components/en/home/tiny.vue
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ const jump = (url) => {
outline: none;
text-decoration: none;
border-radius: 8px;
padding: 5px 12px;
padding: 2px 5px;
font-size: 12px;
font-weight: 500;
text-align: center;
Expand All @@ -296,7 +296,7 @@ const jump = (url) => {
}
}
.ml-15 {
margin-left: 12px;
margin-left: 8px;
}
}
}
Expand Down Expand Up @@ -351,7 +351,6 @@ const jump = (url) => {
background: #eef1f7 url(/asset/home/tiny/feature-bg.png) no-repeat 100% / cover;
.card {
padding: 30px;
height: 180px;
background-color: #ffffff;
margin-bottom: 15px;
border-radius: 8px;
Expand Down

0 comments on commit ec36537

Please sign in to comment.