From 3e6c1f5bc530eeb413fd19e95287e241a6388845 Mon Sep 17 00:00:00 2001 From: Siri Reiter Date: Wed, 26 Nov 2014 21:34:46 +0100 Subject: Define body margin in @page rule. --- local.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/local.scss b/local.scss index 2a04729..92915df 100644 --- a/local.scss +++ b/local.scss @@ -61,6 +61,12 @@ body { } */ +@page { + body { + margin: 3em; + } +} + div.header span { display: none; } -- cgit v1.2.3