From 106cebec65e8b6a623bec2fff29a87c2932fa4dc Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Thu, 26 Feb 2026 23:21:06 -0500 Subject: update css to not using box-sizing --- src/scss/blog.scss | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/scss/blog.scss') diff --git a/src/scss/blog.scss b/src/scss/blog.scss index 665c5a4..dbb652f 100644 --- a/src/scss/blog.scss +++ b/src/scss/blog.scss @@ -13,14 +13,11 @@ margin-left: 0 !important; } - overflow-x: scroll; max-width: $page-width - $outer-gap * 2 - $inner-gap; } code { display: inline-block; - max-width: 100%; - overflow-x: scroll; } img { -- cgit v1.2.3-freya