Small fix - retina images were being displayed pixelated, which they shouldn't be

This commit is contained in:
Michiel Sikma 2020-03-21 19:50:19 +01:00
parent 07292af957
commit 4a7ee059fe

View File

@ -181,6 +181,10 @@
margin: -18px 0 -4px 0;
}
.markdown-body .pokesprite tbody img.retina-ribbon-gen8,
.markdown-body .pokesprite tbody img.retina-body-style-gen8 {
image-rendering: auto;
}
.markdown-body .pokesprite tbody img.retina-ribbon-gen8,
.markdown-body .pokesprite tbody img.retina-body-style-gen8 {
width: 32px;
height: 32px;