Don't shrink margins for wider viewports (e.g., landscape)
This commit is contained in:
parent
dcb6f06792
commit
b5467bb81c
|
@ -189,9 +189,11 @@ sub {
|
||||||
width: 100% !important;
|
width: 100% !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
blockquote {
|
@media (max-width: 400px) {
|
||||||
margin-inline-start: 25px;
|
blockquote {
|
||||||
margin-inline-end: 0;
|
margin-inline-start: 25px;
|
||||||
|
margin-inline-end: 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/*Block ads and junk*/
|
/*Block ads and junk*/
|
||||||
|
|
Loading…
Reference in New Issue