.
[hacks/simpleWebSlides.git] / simpleWebSlides.css
index bd42f5a..c2c72b7 100644 (file)
@@ -14,6 +14,7 @@ body {
 
 .sws-canvas {
     display:flex;
+    justify-content: center;
     flex-direction:column;
     box-sizing: border-box;
 }
@@ -52,8 +53,6 @@ body {
     overflow:hidden;
 }
 
-
-
 body > h1, body > h2, body > h3, body > a.sws-previous {
     display: none;
 }
@@ -161,14 +160,12 @@ body > h1, body > h2, body > h3, body > a.sws-previous {
 }
 
 :root.sws-print .sws-canvas {
-    position: relative;
     width: 297mm;
-    height: 209mm;
+    height: 210mm;
     /* not 210mm to avoid rounding errors */
     page-break-after: always;
     padding: 0pt 0pt 0pt 0pt;
     margin: 0pt 0pt 0pt 0pt;
-    overflow: hidden;
 }
 
 :root.sws-print .sws-canvas:last {
@@ -179,11 +176,6 @@ body > h1, body > h2, body > h3, body > a.sws-previous {
     opacity: 1;
 }
 
-
-
-
-
-
 p { width: 100%; }
 
 /* counters for the toc */