pyOpenSci / pyopensci.github.io

This is the website for pyOpenSci. Contributions welcome!!
https://www.pyopensci.org
Other
37 stars 61 forks source link

BUG: oversized quotes on blog obscure text on mobile and desktop #479

Closed kierisi closed 1 month ago

kierisi commented 1 month ago

Describe the bug the oversized quotes used in this blog post obscure the text on both mobile and desktop. on desktop this can largely be mitigated by increasing the window size, however there are cases where the text is too long and window size no longer corrects for the issue (example included in screenshot below).

To Reproduce Steps to reproduce the behavior:

  1. Go to this post on mobile and desktop: https://www.pyopensci.org/blog/what-pyopensci-accomplished-with-two-years-of-funding.html

Expected behavior To read the text without images obscuring it

Screenshots If applicable, add screenshots to help explain your problem. Mobile example: mobile-issue

Desktop example:

Screenshot 2024-09-05 at 10 54 24 AM

Desktop (if issue was encountered on a desktop):

Mobile (if issue was encountered on a mobile device):

willingc commented 1 month ago

Doing a very quick check it looks as if blockquote in CSS is not enclosing the quote marks, quote, and author into the same container.

This seems like a good file to start with: _includes/pyos-blockquote.html