fix qr size

This commit is contained in:
bechi 2014-07-31 21:01:41 -03:00
parent 1f691d8a2f
commit a619be167c
1 changed files with 7 additions and 0 deletions

View File

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