Skip to content
This repository has been archived by the owner on Feb 5, 2023. It is now read-only.

Commit

Permalink
fix: image strech problem (not perfect though)
Browse files Browse the repository at this point in the history
  • Loading branch information
Candinya committed Sep 7, 2021
1 parent f0a90aa commit c6c5d3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/NFT/NFTItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export default class NFTItem extends Vue {
<style scoped lang="postcss">
@layer components {
.nft-item {
@apply rounded border border-white filter drop-shadow-nft bg-white bg-cover bg-center bg-no-repeat;
@apply rounded border border-white filter drop-shadow-nft bg-white object-contain;
}
}
</style>

0 comments on commit c6c5d3a

Please sign in to comment.