1
0
mirror of https://github.com/webslides/WebSlides.git synced 2025-08-13 16:45:01 +02:00

Adjustments for zoom

This commit is contained in:
Antonio Laguna
2017-07-28 11:54:40 +02:00
parent cf4f1d22b7
commit eea1b46f02

View File

@@ -50,12 +50,12 @@
width: 100%;
}
@media screen and (min-width: 568px) and (max-width: 1023px) {
@media screen and (min-width: 568px) and (max-width: 1024px) {
width: 50%;
}
@media screen and (orientation: portrait) {
width: 50%;
@media screen and (max-width: 567px) and (orientation: portrait) {
width: 100%;
}
> .wrap-zoom {