1
0
mirror of https://github.com/webslides/WebSlides.git synced 2025-09-01 01:01:47 +02:00

Improving index slidex sizes

This commit is contained in:
Luis
2017-07-24 20:28:44 +02:00
parent 5226ab189b
commit cb60cab236
4 changed files with 19 additions and 5 deletions

View File

@@ -18,7 +18,7 @@
}
.slide {
height: 100%;
height: 400%;
width: 400%;
@media screen and (orientation: portrait), screen and (max-width: 768px) and (orientation: landscape) {
@@ -54,6 +54,10 @@
width: 50%;
}
@media screen and (orientation: portrait) {
width: 50%;
}
> .wrap-zoom {
display: inline-block;
height: 25vh;
@@ -69,6 +73,10 @@
height: 33vh;
}
@media screen and (orientation: portrait) {
height: 50vw;
}
&:hover {
transform: scale(1.02);
z-index: 2;