mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-03 23:00:14 -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 {
|
.kg-nft-card a {
|
||||||
position: static;
|
position: static;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
@ -34,6 +41,7 @@
|
||||||
|
|
||||||
.kg-nft-metadata {
|
.kg-nft-metadata {
|
||||||
padding: 2.0rem;
|
padding: 2.0rem;
|
||||||
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.kg-nft-image {
|
.kg-nft-image {
|
||||||
|
|
Loading…
Add table
Reference in a new issue