From 733b6971d0851458f9eb05b33b2fac20ee811290 Mon Sep 17 00:00:00 2001 From: westtle <103447524+westtle@users.noreply.github.com> Date: Sat, 24 Feb 2024 22:27:35 +0700 Subject: [PATCH] changed print.css style changed the margin and typography. --- assets/styles/other/print.css | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/assets/styles/other/print.css b/assets/styles/other/print.css index efc4241..65ce504 100644 --- a/assets/styles/other/print.css +++ b/assets/styles/other/print.css @@ -18,7 +18,7 @@ Print Media @page { size: A4; - margin: 2cm; + margin: 2.54cm; } .settings, @@ -36,16 +36,18 @@ Print Media } .print-helper__title { + margin-bottom: 1.625rem; font-family: var(--font-2); - font-size: 20pt; + font-size: 19.92pt; font-weight: 500; - margin-bottom: 0.7cm; + letter-spacing: -0.02em; + line-height: 1.4; word-wrap: break-word; } .print-helper__body { font-family: var(--font-1); - font-size: 14pt; + font-size: 13.5pt; font-weight: 400; word-wrap: break-word; }