Commit b8ab4711 authored by Vadim Makeev's avatar Vadim Makeev

better off-screen positioning for mobile browsers

parent d8478e00
......@@ -299,10 +299,12 @@ BODY {
}
.full .slide {
position:absolute;
margin-left:200%;
top:-100%;
left:-100%;
}
.full .slide:target {
margin-left:0;
top:0;
left:0;
}
.full .slide:after {
position:absolute;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment