I have seen several messages floating by regarding the mobile blockquote
styling, and its issue with the quote marks overlapping any floating
image. There is a simple solution; the minerva stylesheet just needs one
added (+) line:
@media all and (min-width: 768px) {
[...]
.content blockquote {
padding-right: 35px;
padding-left: 40px;
+ overflow: hidden;
}
}
I don't have a local repo, so I can't make a patch. So I'm throwing it
in here for others to patch and test it.
Regards,
--
Erwin Dokter