1
0
mirror of https://github.com/hakimel/reveal.js.git synced 2025-08-11 09:04:51 +02:00

increase default font sizes, adjust config defaults for less margings and larger max scale #1605

This commit is contained in:
Hakim El Hattab
2016-06-10 10:58:40 +02:00
parent 6bfa48a667
commit 8162855d23
18 changed files with 18 additions and 18 deletions

View File

@@ -43,11 +43,11 @@
height: 700,
// Factor of the display size that should remain empty around the content
margin: 0.1,
margin: 0.04,
// Bounds for smallest/largest possible scale to apply to content
minScale: 0.2,
maxScale: 1.5,
maxScale: 2.0,
// Display controls in the bottom right corner
controls: true,