From d526d4d205567ecd3daafaaf8f12116dbbe01206 Mon Sep 17 00:00:00 2001 From: David Beniamine <david.beniamine@tetras-libre.fr> Date: Tue, 29 Sep 2020 21:59:32 +0200 Subject: [PATCH] Avoid overflow x --- css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index c3f76df..9c4faf9 100644 --- a/css/style.css +++ b/css/style.css @@ -59,7 +59,7 @@ body { display: flex; flex-direction: column; } .widescreen .container { max-width: 72em; } /* very ugly overflow fix, avoid this whenever possible! */ -#main .container { overflow-x: auto; } +/* #main .container { overflow-x: auto; } */ /*** BASIC LAYOUT: HEADER ***/ -- GitLab