use pixelated image rendering mode for QR codes

This commit is contained in:
Daniel Micay
2023-02-16 20:35:05 -05:00
parent 62010eb00f
commit 4d7c2bfc2c
2 changed files with 6 additions and 1 deletions

View File

@@ -201,6 +201,10 @@ button:disabled {
text-align: center;
}
.coin-address img {
image-rendering: pixelated;
}
footer img {
width: 60px;
height: auto;