final fixes for in between viewport sizes
This commit is contained in:
parent
e46b5b25c3
commit
e94484b1f3
1 changed files with 5 additions and 3 deletions
|
|
@ -72,7 +72,7 @@
|
||||||
font-size: .8rem;
|
font-size: .8rem;
|
||||||
// left:10%;
|
// left:10%;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
transition: all .4s ease;
|
transition: all .15s ease;
|
||||||
width:100%;
|
width:100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
z-index: 0;
|
z-index: 0;
|
||||||
|
|
@ -255,8 +255,10 @@
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width:80%;
|
width:80%;
|
||||||
}
|
}
|
||||||
&-next{left:-25%;}
|
@media(max-width: 500px){
|
||||||
&-prev{left:25%;}
|
&-next{left:-25%;}
|
||||||
|
&-prev{left:25%;}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
@media (max-height: 600px){
|
@media (max-height: 600px){
|
||||||
&{
|
&{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue