Made the slideshow responsive
Woohoo! The slideshow now responds to resizing of the browser nicely!
This commit is contained in:
parent
ee31772aeb
commit
cae363e7a5
|
@ -455,13 +455,12 @@ body {
|
||||||
|
|
||||||
.reveal .slides {
|
.reveal .slides {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: 900px;
|
width: 60%;
|
||||||
height: 600px;
|
height: 60%;
|
||||||
|
|
||||||
left: 50%;
|
left: 50%;
|
||||||
top: 50%;
|
top: 50%;
|
||||||
margin-left: -450px;
|
margin-left: -30%;
|
||||||
margin-top: -320px;
|
margin-top: -47%;
|
||||||
padding: 20px 0px;
|
padding: 20px 0px;
|
||||||
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user