Skip to content

Commit

Permalink
fix: fix the album page on the mobile phone
Browse files Browse the repository at this point in the history
  • Loading branch information
xcyeye committed Dec 11, 2021
1 parent e1a24bb commit 290566e
Showing 1 changed file with 5 additions and 1 deletion.
Expand Up @@ -804,11 +804,15 @@
.v-waterfall-item img {
width: 90%;
}
.waterfull {
margin-bottom: 1rem;
}
}

@media screen and (min-width:550px) {
.photo-waterfull {
margin: 0 auto
margin: 0 auto;
margin-bottom: 1rem;
}
.v-waterfall-item img {
width: 95%;
Expand Down

0 comments on commit 290566e

Please sign in to comment.