1
0
Fork 0
mirror of https://github.com/voltbonn/qrcode.volt.link.git synced 2024-06-28 08:50:56 +00:00
qrcode.volt.link/src/pages/Generator.module.css
thomasrosen e564e0bd4c changed from qrcode to qr-code-styling for more options
Download in different formats and error-resistance work too.
2021-07-05 16:27:22 +02:00

33 lines
453 B
CSS

.qrcodeWrapper {
margin: 32px auto;
min-width: 400px;
width: auto;
max-width: 100%;
}
.qrcodeContentInput {
display: block;
margin: 32px auto;
min-width: 400px;
width: 100%;
max-width: 100%;
}
.qrCodeSvgWrapper{
width: 320px;
max-width: 100%;
display: block;
}
.qrCodeSvgWrapper svg{
max-width: 100%;
height: auto;
}
.downloadButton:first-of-type {
margin-left: 0;
}
.downloadButton:last-of-type {
margin-right: 0;
}