From ca31b32012cd5aeaf294c1eadb841d935ed451cd Mon Sep 17 00:00:00 2001 From: Anson Date: Tue, 28 Sep 2021 16:34:11 -0700 Subject: [PATCH] make pdf tighter --- print.css | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/print.css b/print.css index 309eb5b..e312400 100644 --- a/print.css +++ b/print.css @@ -8,6 +8,22 @@ p { font-size: x-small; } +dd { + margin-bottom: 0; +} + +ul { + margin-bottom: 0; +} + +li { + margin-top: 0; +} + +h1 { + margin-top: 0; +} + h2 { padding-top: 0; margin-top: 0;