diff --git a/src/sass/qr.scss b/src/sass/qr.scss index 3f8c9f104..056ab531f 100644 --- a/src/sass/qr.scss +++ b/src/sass/qr.scss @@ -1,14 +1,15 @@ qrcode { + position: relative; &.qr-icon { &::before { content: ""; background-size: 100% 100%; display: block; - margin-left: calc(50% - 22px); + left: 88px; margin-top: 88px; width: 44px; height: 44px; - position: absolute; + position:absolute; } &--bch::before { background-image: url('../img/qr-overlay-bch.png');