diff --git a/stylesheets/stylesheet.css b/stylesheets/stylesheet.css index c1a85aa..6d53207 100644 --- a/stylesheets/stylesheet.css +++ b/stylesheets/stylesheet.css @@ -328,7 +328,7 @@ Small Device Styles } .inner { - min-width: 320px; + min-width: 300px; max-width: 480px; } @@ -369,7 +369,7 @@ Small Device Styles } code, pre { - min-width: 320px; + min-width: 300px; max-width: 480px; font-size: 11px; }