aboutsummaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorChris Lawrence <lawrencc@debian.org>2015-10-02 20:48:13 -0400
committerChris Lawrence <lawrencc@debian.org>2015-10-02 20:48:13 -0400
commite0d723be2823ef295a700eda8a75cfc67662dbb8 (patch)
treefb756a6d79f49e939a6c860b1b0ed19f7c8c1bdb /css
parent69104e8e04c14ac91d396a41e0c05351ec2a96bf (diff)
downloadfreenode-live-2017-presentation-e0d723be2823ef295a700eda8a75cfc67662dbb8.tar
freenode-live-2017-presentation-e0d723be2823ef295a700eda8a75cfc67662dbb8.tar.gz
Fix slides being cut off in Chrome.
Diffstat (limited to 'css')
-rw-r--r--css/print/paper.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/css/print/paper.css b/css/print/paper.css
index 7c7257a..6588f48 100644
--- a/css/print/paper.css
+++ b/css/print/paper.css
@@ -141,7 +141,7 @@
.reveal .slides section {
visibility: visible !important;
position: static !important;
- width: 100% !important;
+ width: auto !important;
height: auto !important;
display: block !important;
overflow: visible !important;