mirror of
https://github.com/webslides/WebSlides.git
synced 2025-08-15 01:24:49 +02:00
Adjustments for zoom
This commit is contained in:
@@ -50,12 +50,12 @@
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (min-width: 568px) and (max-width: 1023px) {
|
@media screen and (min-width: 568px) and (max-width: 1024px) {
|
||||||
width: 50%;
|
width: 50%;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (orientation: portrait) {
|
@media screen and (max-width: 567px) and (orientation: portrait) {
|
||||||
width: 50%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
> .wrap-zoom {
|
> .wrap-zoom {
|
||||||
|
Reference in New Issue
Block a user