From 3ddcd7084593ef8f3a36c84e27501e0c4040f209 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Fri, 25 Jan 2019 16:35:16 +0000 Subject: [PATCH] Add way to scale whole document. --- 2019-fosdem/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/2019-fosdem/style.css b/2019-fosdem/style.css index 7235b7c..0f7be38 100644 --- a/2019-fosdem/style.css +++ b/2019-fosdem/style.css @@ -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?? */ -- 1.8.3.1