From ffff60e03682e6894f8cca8b0ab166946bf80ef2 Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Tue, 9 Jul 2024 12:04:40 -0500 Subject: [PATCH] Fix images breaking body bounds and causing horizontal scrolling --- src/stylus/core.styl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stylus/core.styl b/src/stylus/core.styl index e2140c3..afa9f65 100644 --- a/src/stylus/core.styl +++ b/src/stylus/core.styl @@ -35,7 +35,7 @@ button.copy-code-button pre.chroma:hover > button.copy-code-button opacity 0.9 -img, embed, frame, iframe { max-width: 100vw } +img, embed, frame, iframe { max-width: 100% } details position relative