0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00

Fixed default alignment for NFT cards

This commit is contained in:
Peter Zimon 2021-11-19 11:02:17 +01:00
parent e7c810caf6
commit b417489664

View file

@ -1,3 +1,10 @@
.kg-nft-card {
display: flex;
flex-direction: column;
align-items: center;
width: 100%;
}
.kg-nft-card a {
position: static;
display: flex;
@ -34,6 +41,7 @@
.kg-nft-metadata {
padding: 2.0rem;
width: 100%;
}
.kg-nft-image {