1
0
mirror of https://github.com/hakimel/reveal.js.git synced 2025-08-08 15:46:50 +02:00
This commit is contained in:
Hakim El Hattab
2016-06-10 10:09:21 +02:00

View File

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