Add way to scale whole document.
authorRichard W.M. Jones <rjones@redhat.com>
Fri, 25 Jan 2019 16:35:16 +0000 (16:35 +0000)
committerRichard W.M. Jones <rjones@redhat.com>
Fri, 25 Jan 2019 16:35:16 +0000 (16:35 +0000)
2019-fosdem/style.css

index 7235b7c..0f7be38 100644 (file)
@@ -7,6 +7,9 @@ body {
     font-size: 20pt; /* For 1024x768 */
     /* font-family: liberation, helvetica; */
     font-family: helvetica;
+
+    /* Can be used to scale the whole document. */
+    /*transform: translate(-10%,-10%) scale(0.75,0.75);*/
 }
 
 body td, body th { /* why?? */