Skip to content

Commit

Permalink
ui: optimize home cover style in mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
XPoet committed Feb 29, 2024
1 parent 1d449fa commit 5eb0512
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions source/css/layout/home-content.styl
Original file line number Diff line number Diff line change
Expand Up @@ -117,12 +117,8 @@
border-top-left-radius var(--box-border-radius)
border-top-right-radius var(--box-border-radius)

+keep-tablet() {
height 7rem
}

+keep-mobile() {
height 6rem
height 8rem !important
}

.home-cover {
Expand Down

0 comments on commit 5eb0512

Please sign in to comment.