nlsandler / write_a_c_compiler

Test suite to help you write your own C compiler
https://norasandler.com/2017/11/29/Write-a-Compiler.html
MIT License
855 stars 97 forks source link

Trees on week 3 are really small when viewed using Firefox #27

Closed retop56 closed 4 months ago

retop56 commented 10 months ago

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

nlsandler commented 10 months ago

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

nlsandler commented 4 months ago

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!