Closed timrobertson100 closed 1 year ago
Will investigate, it looks fine on my iPhone Xr:
Try the Responsive Views in Google Chrome developer tools. Ctrl+Shift+J Then click the little icon that looks like a phone in the top right.
Line breaks can be very hard to fix. I'm not super familiar with jekyll, but something like the following would fix it in css @media screen and (max-width: 420px) { (Insert selector) { font-size: (insert smaller size or ~90%) } } 380px will take care of iPhone SE.
(Forgive me if I'm suggesting something most already know)
@ben-norton, Peter may already know this, but it is a valuable tidbit for me--thanks! Is this something that one does on a site-wide level that wouldn't need to be worried about for individual pages?
@gkampmeier yes, it is something you define in your css (for all pages). I have defined it in the petridish theme (used by the tdwg-jekyll website) right here:
As you can see, the font size is reduced on small screens on all pages, but I made an exception for the homepage, as that is where you typically want a title that captures the attention. 😄 Unfortunately a bit too much here.
@timrobertson100 can verify https://dev.tdwg.org on your phone to see if it is resolved? The font has been made smaller.
Reported fixed.
iPhone SE from ~2019