From 4003747667f85e924beb121986e39ea6667fe6c5 Mon Sep 17 00:00:00 2001 From: Stefan Schippers Date: Sat, 4 Mar 2023 19:19:34 +0100 Subject: [PATCH] css for mobile update 2 --- doc/xschem_man/xschem_man.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/xschem_man/xschem_man.css b/doc/xschem_man/xschem_man.css index 07d9bc16..f2b5cf8f 100644 --- a/doc/xschem_man/xschem_man.css +++ b/doc/xschem_man/xschem_man.css @@ -196,7 +196,7 @@ h3{ /* mobile rendering */ @media all and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) and (orientation : portrait){ * { - font-size:18; + font-size:16; } .prev { width: 10%; @@ -219,7 +219,7 @@ h3{ } @media all and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) and (orientation : landscape){ * { - font-size:22px; + font-size:20px; } li{