fix rotateY #20

Merged
Ota-Prokopec merged 1 commits from QRcode into deploy/prod 2022-11-22 18:16:53 +00:00
1 changed files with 5 additions and 3 deletions

View File

@ -40,7 +40,9 @@
</div>
<style>
@media only screen and (min-width: 600px) {
#reader {
transform: rotateY(180deg);
}
}
</style>