mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-23 02:41:50 +03:00
Updated NFT card markup
This commit is contained in:
parent
79233b1181
commit
f0a5c32411
@ -457,7 +457,7 @@
|
||||
margin: 0 .5em;
|
||||
}
|
||||
|
||||
.kg-nft-card a {
|
||||
.kg-nft-card-container {
|
||||
position: relative;
|
||||
display: flex;
|
||||
flex: auto;
|
||||
|
@ -5,7 +5,7 @@
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.kg-nft-card a {
|
||||
.kg-nft-card-container {
|
||||
position: static;
|
||||
display: flex;
|
||||
flex: auto;
|
||||
@ -29,7 +29,7 @@
|
||||
transition: none;
|
||||
}
|
||||
|
||||
.kg-nft-card a:hover {
|
||||
.kg-nft-card:hover {
|
||||
color: #333;
|
||||
opacity: 1.0;
|
||||
transition: none;
|
||||
|
Loading…
Reference in New Issue
Block a user