reduce width of single-page fallback slides

This commit is contained in:
Hakim El Hattab
2013-02-02 17:05:05 -05:00
parent 1b01a749b0
commit 723bd1cc0b
5 changed files with 7 additions and 6 deletions

View File

@ -5,7 +5,7 @@
* http://lab.hakim.se/reveal-js
* MIT licensed
*
* Copyright (C) 2011-2012 Hakim El Hattab, http://hakim.se
* Copyright (C) 2011-2013 Hakim El Hattab, http://hakim.se
*/
@ -1173,6 +1173,7 @@ body {
}
.no-transforms .slides {
width: 80%;
top: 0;
left: 50%;
margin: 0;

4
css/reveal.min.css vendored

File diff suppressed because one or more lines are too long