From 99da60771e489270c24a0d9be082806340aba020 Mon Sep 17 00:00:00 2001 From: Tyler Date: Mon, 10 Jun 2024 19:18:14 +0100 Subject: [PATCH] fix codeblock overflow mobile vp --- assets/css/index.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/assets/css/index.css b/assets/css/index.css index 67abfc6..0156a75 100644 --- a/assets/css/index.css +++ b/assets/css/index.css @@ -176,6 +176,10 @@ div.social-links > a { text-align: left; } +pre.highlight { + overflow: scroll; +} + @media only screen and (max-width: 900px) { .card { min-width: unset;