From c16bc7574d2f12083f7f6cf09290716521c48e39 Mon Sep 17 00:00:00 2001 From: augusto callejas Date: Sat, 9 Sep 2017 09:25:11 -1000 Subject: [PATCH] Reduce min-width for iPhone SE --- stylesheets/stylesheet.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; }