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

Don't shrink margins for wider viewports (e.g., landscape)
This commit is contained in:
Brent Simmons 2019-12-31 18:11:37 -08:00 committed by GitHub
commit c2a7f8501e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 3 deletions

View File

@ -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*/