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:
parent
e7c810caf6
commit
b417489664
1 changed files with 8 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue