Skip to content

Commit

Permalink
Merge pull request kodadot#5309 from floyd-li/fix-issue-4762
Browse files Browse the repository at this point in the history
fix: gallery item break point set to 930px
  • Loading branch information
vikiival committed Mar 20, 2023
2 parents fc25fbe + 3d11219 commit b17bebe
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions components/gallery/GalleryItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,20 @@ useNuxt2Meta({
}
}
@media screen and (max-width: 930px) {
.columns {
display: inherit;
& > .column {
width: 100%;
}
}
}
.gallery-item-media image {
margin-left: auto;
margin-right: auto;
}
.h-audio {
height: 70%;
}
Expand Down

1 comment on commit b17bebe

@vercel
Copy link

@vercel vercel bot commented on b17bebe Mar 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nft-gallery – ./

nft-gallery-ruddy.vercel.app
nft-gallery-git-main-preschian.vercel.app
nft-gallery-preschian.vercel.app

Please sign in to comment.