Skip to content

Commit

Permalink
style: modify home article list mobile style
Browse files Browse the repository at this point in the history
  • Loading branch information
xcyeye committed Dec 12, 2021
1 parent 4b7fb24 commit c1de3e3
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions Aurora-theme/lib/client/styles/theme.style.css
Original file line number Diff line number Diff line change
Expand Up @@ -3726,11 +3726,11 @@ body::-webkit-scrollbar-thumb {
}

.home-page-gradual-title-item-left {
transform: translateX(170%);
/*transform: translateX(170%);*/
}

.home-page-gradual-title-item-right {
transform: translateX(-170%);
/*transform: translateX(-170%);*/
}

.home-page-tag-item:hover .home-page-gradual-title-item-left, .home-page-tag-item:hover .home-page-gradual-title-item-right{
Expand Down Expand Up @@ -3854,6 +3854,12 @@ body::-webkit-scrollbar-thumb {
color: var(--aurora-home-page-color);
}

@media screen and (max-width: 719px){
.home-page-gradual-common {
margin-top: .5rem;
}
}

.home-page-gradual-common span {
color: var(--aurora-home-page-color);
}
Expand Down

0 comments on commit c1de3e3

Please sign in to comment.