update rotation css

This commit is contained in:
fmatos 2026-07-10 21:26:41 -03:00
parent 42ea40934e
commit 76578d9fed
No known key found for this signature in database

View file

@ -18,8 +18,8 @@
.page.landscape { .page.landscape {
width: 100vh; width: 100vh;
height: 100vw; height: 100vw;
transform: rotate(270deg) translateY(-50%); transform: rotate(90deg) translateY(-100%);
transform-origin: top right; transform-origin: top left;
} }
</style> </style>
</head> </head>