diff --git a/sqlpage/sqlpage.css b/sqlpage/sqlpage.css index a13643b1..a9e666f9 100644 --- a/sqlpage/sqlpage.css +++ b/sqlpage/sqlpage.css @@ -113,7 +113,8 @@ code { font-size: 1.2em; line-height: 1.5em; font-family: "Times New Roman", serif; - max-width: 65ch; + width: 65ch; + max-width: 100%; margin: 1.5em auto; }