From 14021829bb00d19df93e6ab176a351fb6264e604 Mon Sep 17 00:00:00 2001 From: Anson Date: Tue, 27 Jul 2021 22:57:43 -0700 Subject: [PATCH] now prints onto single page --- print.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/print.css b/print.css index 7c1d210..caf66ce 100644 --- a/print.css +++ b/print.css @@ -1,5 +1,10 @@ body { margin: 0; + padding: 0; + font-size: xx-small; +} + +p { font-size: x-small; }