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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user