This commit is contained in:
Hakim El Hattab 2016-06-10 10:09:21 +02:00
commit 64aa3b2647
1 changed files with 3 additions and 3 deletions

View File

@ -60,8 +60,9 @@ ul, ol, div, p {
} }
.reveal .slides { .reveal .slides {
position: static; position: static;
width: 100%; width: 100% !important;
height: auto; height: auto !important;
zoom: 1 !important;
left: auto; left: auto;
top: auto; top: auto;
@ -167,4 +168,3 @@ ul, ol, div, p {
position: absolute; position: absolute;
font-size: 14px; font-size: 14px;
} }