Files
2026-06-11 18:47:38 +09:00

12 lines
209 B
CSS

@media (max-width: 768px) {
#flipbook {
width: 100vw !important;
height: 70vh !important;
}
.page canvas {
width: 100% !important;
height: auto !important;
}
}