fix rotateY

This commit is contained in:
Ota Prokopec 2022-11-22 19:15:48 +01:00
parent 2b29fda778
commit 2264b7b7f0
1 changed files with 5 additions and 3 deletions

View File

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