From bddf8f367be98f0b9d74c7eebfbd2fcd92942a53 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Duje=20Mihanovi=C4=87?= Date: Thu, 13 Jun 2024 14:56:12 +0200 Subject: [PATCH] Fixes for tiny (<300px wide) screens --- assets/css/style.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/assets/css/style.css b/assets/css/style.css index a8d72f6..4bc5ab6 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -42,3 +42,11 @@ ul { code { overflow-wrap: anywhere; } + +pre, nav { + overflow-x: scroll; +} + +img { + max-width: 100%; +} -- 2.39.2