diff options
author | Chris Lawrence <lawrencc@debian.org> | 2015-10-02 20:48:13 -0400 |
---|---|---|
committer | Chris Lawrence <lawrencc@debian.org> | 2015-10-02 20:48:13 -0400 |
commit | e0d723be2823ef295a700eda8a75cfc67662dbb8 (patch) | |
tree | fb756a6d79f49e939a6c860b1b0ed19f7c8c1bdb /css/print | |
parent | 69104e8e04c14ac91d396a41e0c05351ec2a96bf (diff) | |
download | perl-software-in-gnu-guix-e0d723be2823ef295a700eda8a75cfc67662dbb8.tar perl-software-in-gnu-guix-e0d723be2823ef295a700eda8a75cfc67662dbb8.tar.gz |
Fix slides being cut off in Chrome.
Diffstat (limited to 'css/print')
-rw-r--r-- | css/print/paper.css | 2 |
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; |