diff --git a/styles/globals.css b/styles/globals.css index 586faf67a9..c631cf9c61 100644 --- a/styles/globals.css +++ b/styles/globals.css @@ -32,6 +32,12 @@ html { background: #202123; } +@media (max-width: 720px) { + pre { + width: calc(100vw - 110px); + } +} + pre:has(div.codeblock) { padding: 0; }