From e0d723be2823ef295a700eda8a75cfc67662dbb8 Mon Sep 17 00:00:00 2001
From: Chris Lawrence <lawrencc@debian.org>
Date: Fri, 2 Oct 2015 20:48:13 -0400
Subject: [PATCH] Fix slides being cut off in Chrome.

---
 css/print/paper.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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;
-- 
GitLab