diff options
author | Hakim El Hattab <hakim.elhattab@gmail.com> | 2013-08-18 17:53:41 -0400 |
---|---|---|
committer | Hakim El Hattab <hakim.elhattab@gmail.com> | 2013-08-18 17:53:41 -0400 |
commit | 04c4fa49b896e63b6679023dd16c93494af342eb (patch) | |
tree | 070a9f2728541c6ab09cc7514c38b17efc1486fa /css/reveal.css | |
parent | 6f1dfee81b57e138c8447d43aa5a2c2d55b1c4ce (diff) | |
download | fosdem-2018-presentation-04c4fa49b896e63b6679023dd16c93494af342eb.tar fosdem-2018-presentation-04c4fa49b896e63b6679023dd16c93494af342eb.tar.gz |
revised remaining height layout logic
Diffstat (limited to 'css/reveal.css')
-rw-r--r-- | css/reveal.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/css/reveal.css b/css/reveal.css index 72b9232..22cb687 100644 --- a/css/reveal.css +++ b/css/reveal.css @@ -355,6 +355,11 @@ body { vertical-align: top; } +.reveal .remaining-height { + max-width: none; + max-height: none; +} + /********************************************* * CONTROLS |