Updated NFT card markup

This commit is contained in:
Peter Zimon 2021-11-19 11:59:40 +01:00
parent 79233b1181
commit f0a5c32411
2 changed files with 3 additions and 3 deletions

View File

@ -457,7 +457,7 @@
margin: 0 .5em;
}
.kg-nft-card a {
.kg-nft-card-container {
position: relative;
display: flex;
flex: auto;

View File

@ -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;