fix qr size mobile

This commit is contained in:
bechi 2014-08-01 11:13:34 -03:00
parent 1a6585a358
commit a9f0bc5c6f
1 changed files with 4 additions and 4 deletions

View File

@ -114,13 +114,13 @@
display: block;
float: none;
margin: 0 auto;
width: 280px;
height: 280px;
width: 210px;
height: 210px;
}
.panel qrcode canvas {
width: 270px;
height: 270px;
width: 200px;
height: 200px;
}
}