mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-04-08 02:52:39 -05:00
Updated NFT card markup
This commit is contained in:
parent
79233b1181
commit
f0a5c32411
2 changed files with 3 additions and 3 deletions
|
@ -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…
Add table
Reference in a new issue