From dc799250f210bfd93dd55e2361b256e92607840a Mon Sep 17 00:00:00 2001 From: Lars Christensen Date: Fri, 15 Sep 2017 15:46:32 +0200 Subject: [PATCH] doc: maintain font size in narrow windows In Firefox (55 at least), this CSS rule triggers when the browser window is placed on the left/right half of the screen. This makes the font size to triple in size even on a desktop browser. --- doc/api_assets/style.css | 3 --- 1 file changed, 3 deletions(-) diff --git a/doc/api_assets/style.css b/doc/api_assets/style.css index 6d764fd88916c7..451c626efe5745 100644 --- a/doc/api_assets/style.css +++ b/doc/api_assets/style.css @@ -559,9 +559,6 @@ th > *:last-child, td > *:last-child { } @media only screen and (max-width: 1024px) and (orientation: portrait) { - #content { - font-size: 3.5em; - } #gtoc { font-size: 0.6em; }