diff --git a/css/screen.css b/css/screen.css index d6f3200..e5a63d0 100644 --- a/css/screen.css +++ b/css/screen.css @@ -130,14 +130,16 @@ img { } @media screen and (width: 320px) { - #full > article * { + #full > article * , #full > article pre { max-width: 300px !important; + overflow: auto; } } @media screen and (width: 480px) { #full > article * { max-width: 460px !important; + overflow: auto; } }