qr code added to request payment (and also working on smaller qrs, for iPhone 5/SE)
This commit is contained in:
parent
1153830d05
commit
84ef395100
2 changed files with 3 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue