From b5467bb81c37f4101d427cf85337e0096121d8a4 Mon Sep 17 00:00:00 2001 From: Nate Weaver Date: Tue, 31 Dec 2019 20:07:42 -0600 Subject: [PATCH] Don't shrink margins for wider viewports (e.g., landscape) --- iOS/Resources/styleSheet.css | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/iOS/Resources/styleSheet.css b/iOS/Resources/styleSheet.css index 193a26094..9722f838e 100644 --- a/iOS/Resources/styleSheet.css +++ b/iOS/Resources/styleSheet.css @@ -189,9 +189,11 @@ sub { width: 100% !important; } -blockquote { - margin-inline-start: 25px; - margin-inline-end: 0; +@media (max-width: 400px) { + blockquote { + margin-inline-start: 25px; + margin-inline-end: 0; + } } /*Block ads and junk*/