From 37b880f09d81fe86329c6d877b9b5a6d006add24 Mon Sep 17 00:00:00 2001 From: wucke13 Date: Wed, 13 Nov 2024 17:23:00 +0100 Subject: [PATCH] fix: adjust width on report page Signed-off-by: wucke13 --- pkgs/report_index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/report_index.html b/pkgs/report_index.html index d8be26f0..3e45ec26 100644 --- a/pkgs/report_index.html +++ b/pkgs/report_index.html @@ -24,7 +24,7 @@ @media (orientation: landscape) { body { flex-flow: row; - font-size: calc(min(12.5vw / 5, 25vh)); + font-size: calc(min(10vw / 5, 25vh)); } a { flex-basis: 0; @@ -35,7 +35,7 @@ body { flex-flow: column; align-items: stretch; - font-size: calc(min(35vh / 5, 8vw)); + font-size: calc(min(30vh / 5, 8vw)); } }