0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -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; flex-direction: column;
align-items: center; align-items: center;
width: 100%; width: 100%;
margin: 0 auto; margin-left: auto;
margin-right: auto;
} }
.kg-nft-card-container { .kg-nft-card-container {