Merge pull request #1506 from Wevah/ios-blockquote-tweaks

iPhone 8 Plus viewport is actually 414px wide
This commit is contained in:
Brent Simmons 2019-12-31 18:37:58 -08:00 committed by GitHub
commit fedfb24220
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -189,7 +189,7 @@ sub {
width: 100% !important; width: 100% !important;
} }
@media (max-width: 400px) { @media (max-width: 420px) {
blockquote { blockquote {
margin-inline-start: 25px; margin-inline-start: 25px;
margin-inline-end: 0; margin-inline-end: 0;