From 60d07963b3c1ed1f4e9c6c0165c021b89d7c5ff5 Mon Sep 17 00:00:00 2001 From: NuclearRedeye Date: Mon, 9 Sep 2024 15:03:07 +0100 Subject: [PATCH] fix: print view margins and borders render incorrectly --- src/style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/style.css b/src/style.css index 017486c..a28869a 100644 --- a/src/style.css +++ b/src/style.css @@ -408,10 +408,12 @@ section > section:first-of-type { } .page { - width: 90%; /* FIXME: Not sure why this overflows the page if set to 100% */ + width: 100%; height: 100%; margin: 0; + padding: 0; box-shadow: none; + border: none; } section :not(.work) {