Skip to content

Fix: Use smaller `li` font-size on mobile

Jamie Tanna requested to merge defect/mobile-li-size into master

Without this change, viewing the mobile site would have a huge li vs the regular font-size.

We need @media queries to target these differently, with the existing max-width targeting mobile, and min-width targeting larger devices.

Merge request reports