From 591662cb649c0b2b11813ce25b426e0fb4ec704c Mon Sep 17 00:00:00 2001 From: Thomas Osterried Date: Mon, 22 Apr 2024 16:43:49 +0200 Subject: [PATCH] Web page: improvement to prevent the need of scrolling horizontally Thanks to Tomasz SP2ATJ Signed-off-by: Thomas Osterried --- data_embed/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data_embed/style.css b/data_embed/style.css index 31e4e5e..57e680f 100644 --- a/data_embed/style.css +++ b/data_embed/style.css @@ -819,7 +819,7 @@ there. /* Larger than phablet */ @media (min-width: 900px) { .container { - max-width: 900px; + max-width: 1100px; } }