diff --git a/src/sass/qr.scss b/src/sass/qr.scss index 62fd12eb7..5df26e37b 100644 --- a/src/sass/qr.scss +++ b/src/sass/qr.scss @@ -5,8 +5,8 @@ qrcode { content: ""; background-size: 100% 100%; display: block; - left: 88px; - margin-top: 88px; + left: calc(50% - 22px); + margin-top: calc(50% - 22px); width: 44px; height: 44px; position:absolute; diff --git a/www/views/customAmount.html b/www/views/customAmount.html index d6a474d1a..b361a6da9 100644 --- a/www/views/customAmount.html +++ b/www/views/customAmount.html @@ -45,7 +45,7 @@
- +