From ebb686ad162397d5d06225c58d2f3c434f41b12c Mon Sep 17 00:00:00 2001 From: vitrinekast Date: Tue, 26 Mar 2024 14:17:58 +0000 Subject: [PATCH] extreme sizes --- print.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/print.css b/print.css index 22b7c4d..d2c19d5 100644 --- a/print.css +++ b/print.css @@ -42,7 +42,7 @@ mark { display: block; padding-left: 0.5cm; font-family: "DuctusRegular"; - margin-bottom: 1cm; + margin-bottom: 100px; margin-right: 1cm; white-space: normal; } @@ -56,10 +56,10 @@ h6 { font-family: "DuctusRegular"; text-align: left; text-justify: none; - font-size: 20pt; + font-size: 200pt; } p{ margin-bottom: 1cm; font-family: "CascadiaCode VTT"; - font-size: 10pt; + font-size: 1pt; }