From 543afdad270ce9f6dcec42be33415b0b6110c1eb Mon Sep 17 00:00:00 2001 From: Sara Date: Sun, 28 Dec 2025 23:10:45 +0100 Subject: [PATCH] overflow-x: auto for code blocks --- objectionable.solutions/index.html | 2 +- objectionable.solutions/style.css | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/objectionable.solutions/index.html b/objectionable.solutions/index.html index 46cd435..1cd240b 100644 --- a/objectionable.solutions/index.html +++ b/objectionable.solutions/index.html @@ -24,7 +24,7 @@ Reject Convenience - 88x31 button saying 'I-Eat.Rocks, click here' + 88x31 button saying 'I-Eat.Rocks, click here'
diff --git a/objectionable.solutions/style.css b/objectionable.solutions/style.css index 3d6092d..332484d 100644 --- a/objectionable.solutions/style.css +++ b/objectionable.solutions/style.css @@ -38,6 +38,10 @@ section { margin-top: 25px; } +code { + overflow-x: auto; +} + footer { margin-bottom: 200px; padding-left: 20px;