From 801e74106cdda71b76d08b38b88672de1b2b9214 Mon Sep 17 00:00:00 2001 From: Nantha Sorubakanthan Date: Mon, 3 Nov 2025 19:05:25 +0100 Subject: update css --- hugo.yaml | 2 +- static/style.css | 6 ++---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/hugo.yaml b/hugo.yaml index d879b0b..23c099a 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -11,4 +11,4 @@ markup: params: email: mailto:nantha@mielota.com - css: style.css?v=1.0.8 + css: style.css?v=1.0.9 diff --git a/static/style.css b/static/style.css index 6f6385c..c44cf6a 100644 --- a/static/style.css +++ b/static/style.css @@ -42,12 +42,10 @@ img.large { } pre { - padding: 1em 1em; - line-break: auto; + padding: 0.5em 0.5em; text-align: left; border: solid 1px var(--sbg); - line-break: anywhere; - white-space: pre-wrap !important; + overflow-x: auto; } code { -- cgit v1.2.3