Skip to content
Snippets Groups Projects
Commit 38b11a4d authored by Hakim El Hattab's avatar Hakim El Hattab
Browse files

only offset slides vertically when center option is true

parent 685b833e
No related branches found
No related tags found
No related merge requests found
......@@ -560,7 +560,7 @@ body {
position: absolute;
width: 100%;
height: 100%;
top: -40px;
top: 0;
right: 0;
bottom: 0;
left: 0;
......@@ -624,6 +624,10 @@ body {
display: block;
}
.reveal.center .slides {
top: -40px;
}
.reveal.center .slides,
.reveal.center .slides section {
height: 100%;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment