From 1d47331f882204f1e8c7b7239dc9608eb9a4d504 Mon Sep 17 00:00:00 2001 From: Adam Olech Date: Thu, 22 Aug 2024 11:37:39 +0200 Subject: css: use bigger font for print layout --- static/css/print.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'static/css/print.css') diff --git a/static/css/print.css b/static/css/print.css index c70d677..9a30003 100644 --- a/static/css/print.css +++ b/static/css/print.css @@ -5,6 +5,6 @@ bottom: 0; } -.social-icons > a > p { - font-size: x-small; +html { + font-size: 20px !important; /* scale to 60% when printing */ } -- cgit v1.2.1