From 1520ab75a8b90f32f8f9232efd6cc62383ed2e25 Mon Sep 17 00:00:00 2001 From: Tom Hodson Date: Wed, 23 Nov 2022 20:45:55 +0100 Subject: [PATCH] attempt to fix code overflow --- _sass/main.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/_sass/main.scss b/_sass/main.scss index 84d408a..5c300f1 100644 --- a/_sass/main.scss +++ b/_sass/main.scss @@ -76,6 +76,10 @@ a:hover { text-decoration: underline; } +div.highlight { + max-width: 100%; + overflow: auto; +} .figure { max-width: 400px;