From 558337634f95e52a095ccd403c917028bef713c6 Mon Sep 17 00:00:00 2001 From: westtle <103447524+westtle@users.noreply.github.com> Date: Sun, 25 Feb 2024 23:09:11 +0700 Subject: [PATCH] changed margin-bottom for title in print --- assets/styles/other/print.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/styles/other/print.css b/assets/styles/other/print.css index aed0e1e..13361b0 100644 --- a/assets/styles/other/print.css +++ b/assets/styles/other/print.css @@ -36,7 +36,7 @@ Print Media } .print-helper__title { - margin-bottom: 1.625rem; + margin-bottom: 1.75rem; font-family: var(--font-2); font-size: 19.92pt; font-weight: 500;