write_a_c_compiler icon indicating copy to clipboard operation
write_a_c_compiler copied to clipboard

Trees on week 3 are really small when viewed using Firefox

Open retop56 opened this issue 2 years ago • 1 comments

Attached screenshots below

The trees in the attached screenshot are incredibly small when viewed using Mozilla Firefox, but appear to be normal when viewed using Google Chrome. Changing the height: auto; declaration in the .post-content img CSS selector to height: 15em; seems to resolve the issue for me on Firefox, while still maintaining a normal view on Chrome (I checked).

trees_for_ants trees_for_humans

retop56 avatar Nov 26 '23 20:11 retop56

Thanks for flagging this - I also see this issue in Firefox.

nlsandler avatar Nov 27 '23 17:11 nlsandler

Took me a while to get around to this, but I've finally fixed it (by setting flex property directly on the divs containing these images). Thanks again for reporting it!

nlsandler avatar Jun 11 '24 18:06 nlsandler