From d633223c99d04ac8d94b12c512d1de8568189cf3 Mon Sep 17 00:00:00 2001 From: SylvKT Date: Sun, 17 Sep 2023 00:39:10 -0400 Subject: [PATCH] improve responsiveness of code blocks --- assets/css/style.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/assets/css/style.css b/assets/css/style.css index cb31755..ecd329e 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -353,7 +353,7 @@ a:visited { } pre { - max-width: 80ch; + max-width: 95vw; } .code-toolbar { @@ -388,9 +388,7 @@ main { font-size: 16px; margin-bottom: 2em; flex: 1 0 auto; -} -p { /* max character length before wrapping */ max-width: 80ch; }