aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2014-06-24 10:51:57 +0200
committerHakim El Hattab <hakim.elhattab@gmail.com>2014-06-24 10:51:57 +0200
commit0d9563b59809852c71424ad7f41fbea4a161d47a (patch)
treea2028f776573f4bab3c791c72ab0e18b8e526cea
parentc6b9da7000bc87f29dde25a859fee0e8858a31df (diff)
downloadfosdem-2018-presentation-0d9563b59809852c71424ad7f41fbea4a161d47a.tar
fosdem-2018-presentation-0d9563b59809852c71424ad7f41fbea4a161d47a.tar.gz
overview slide size matches defaults
-rw-r--r--css/reveal.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/css/reveal.css b/css/reveal.css
index 71cfdb6..54106e5 100644
--- a/css/reveal.css
+++ b/css/reveal.css
@@ -982,12 +982,13 @@ body {
}
.reveal.overview .slides section {
- height: 600px;
+ height: 700px;
overflow: hidden;
opacity: 1 !important;
visibility: visible !important;
cursor: pointer;
background: rgba(0,0,0,0.1);
+ box-sizing: border-box;
}
.reveal.overview .slides section,
.reveal.overview-deactivating .slides section {