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

Fixed NFT card margin

This commit is contained in:
Peter Zimon 2021-12-13 07:34:43 +01:00
parent 1efc403d9c
commit 3ec833266a

View file

@ -3,7 +3,8 @@
flex-direction: column;
align-items: center;
width: 100%;
margin: 0 auto;
margin-left: auto;
margin-right: auto;
}
.kg-nft-card-container {