From dc8d59260cba56557b28203f7ad915f11a1a90cb Mon Sep 17 00:00:00 2001 From: Viktor Kovacs Date: Sat, 27 Mar 2021 18:19:33 +0100 Subject: [PATCH] Fix mobile layout. --- website/info/info.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/info/info.css b/website/info/info.css index 191aa60..bc22ba7 100644 --- a/website/info/info.css +++ b/website/info/info.css @@ -141,6 +141,8 @@ div.code font-size: 14px; margin: 10px 0px; padding : 5px; + overflow: auto; + white-space: nowrap; } @media only screen and (max-width: 1000px)