Skip to content

Commit

Permalink
chore: Fixed QR button styles
Browse files Browse the repository at this point in the history
  • Loading branch information
DDeviak committed Sep 15, 2024
1 parent 336500d commit b19d40c
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,10 @@ $loadImg: '@assets/images/qr-block/must_be_gif.webp';
p{
padding-bottom: pxToRem(15px);
}
button{
a{
margin-top: pxToRem(15px);
}
button{
width: pxToRem(340px);
height: pxToRem(46px);
border-radius: 10px;
Expand Down

0 comments on commit b19d40c

Please sign in to comment.