qr code added to request payment (and also working on smaller qrs, for iPhone 5/SE)

This commit is contained in:
Sebastiaan Pasma 2018-07-24 07:36:03 +02:00
commit 84ef395100
No known key found for this signature in database
GPG key ID: 9A2B0C8B95A1D26F
2 changed files with 3 additions and 3 deletions

View file

@ -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;