nlsandler/write_a_c_compiler

Trees on week 3 are really small when viewed using Firefox

retop56 opened this issue · 2 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

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

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!