From 41a1417ca8c796f34426cd3c110d87acc732434c Mon Sep 17 00:00:00 2001 From: Henrik Tidefelt Date: Wed, 14 Oct 2020 11:11:36 +0200 Subject: [PATCH] Change .ltx_page_main max-width to 80em The em unit seems like a more appropriate for the width of a text. --- css/LaTeXML-navbar-left.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/LaTeXML-navbar-left.css b/css/LaTeXML-navbar-left.css index 516c71e80..709400c4f 100644 --- a/css/LaTeXML-navbar-left.css +++ b/css/LaTeXML-navbar-left.css @@ -35,7 +35,7 @@ position: absolute; left: 350px; top: 0px; - max-width: 30cm; + max-width: 80em; padding: 0em 1em; background: white; /* Avoid strange effect when scrolling horizontally causing overlap with navbar. */ }