0.0.1d
What's Changed
- Create 2.0 by @inozemtsev-roman in #3
- re by @inozemtsev-roman in #4
- Create LICENSE by @inozemtsev-roman in #5
- CODE_OF_CONDUCT.md by @inozemtsev-roman in #6
- Mobile view width 470px:
@media (max-width: 470px) {
.NftPreview__wrap {
width: calc((100% - (16px * 2)) / 2);
#custom__rarity {
position: absolute;
top: -75px;
left: 16px;
text-align: left;
font-size: 16px;
color: #0098EA;
font-weight: 600;
}
#custom__text {
position: absolute;
top: -55px;
left: 16px;
text-align: left;
font-size: 14px;
color: #0098EA;
font-weight: 500;
text-transform: capitalize;
}
#custom__floor {
position: absolute;
top: -30px;
left: 16px;
text-align: left;
color: #E5E5E5;
font-size: 18px;
font-weight: 600;
line-height: 18px;
letter-spacing: -.006px;
}
}
}
Full Changelog: 0.0.1c...0.0.1d