fix qr size

This commit is contained in:
bechi 2014-07-31 21:01:41 -03:00
commit a619be167c

View file

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