aboutsummaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2016-06-10 10:58:40 +0200
committerHakim El Hattab <hakim.elhattab@gmail.com>2016-06-10 10:58:40 +0200
commit8162855d23601e66a25ba79dd4013ef416c4f1b4 (patch)
treecfcdd3391293b9ef1c15e54e8d367139c4a9ceb5 /js
parent6bfa48a667fe91bb1de1b680769aeb7260af3a49 (diff)
downloadfreenode-live-2017-presentation-8162855d23601e66a25ba79dd4013ef416c4f1b4.tar
freenode-live-2017-presentation-8162855d23601e66a25ba79dd4013ef416c4f1b4.tar.gz
increase default font sizes, adjust config defaults for less margings and larger max scale #1605
Diffstat (limited to 'js')
-rw-r--r--js/reveal.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/reveal.js b/js/reveal.js
index 3de52c5..4999bdb 100644
--- a/js/reveal.js
+++ b/js/reveal.js
@@ -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,