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