From 53b2ebab78b70e156c164d0f2fb75403a513b6a6 Mon Sep 17 00:00:00 2001 From: Nate Weaver Date: Tue, 31 Dec 2019 20:30:24 -0600 Subject: [PATCH] iPhone 8 Plus viewport is actually 414px wide --- iOS/Resources/styleSheet.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iOS/Resources/styleSheet.css b/iOS/Resources/styleSheet.css index 9722f838e..6b267b8b3 100644 --- a/iOS/Resources/styleSheet.css +++ b/iOS/Resources/styleSheet.css @@ -189,7 +189,7 @@ sub { width: 100% !important; } -@media (max-width: 400px) { +@media (max-width: 420px) { blockquote { margin-inline-start: 25px; margin-inline-end: 0;