This PR introduces a new breakpoint 'xs' in tailwind.config to help offset the responsiveness issues on very small mobile screens (e.g. iPhone 4 or SE)
For the time being, I've removed the Homepage images from very small screens (until we can find a cleaner solution).
Testing
Pull down this branch and run npm run dev
Inspect the site using Chrome DevTools (emphasis on iPhone 4 and SE)
Overview
This PR introduces a new breakpoint
'xs'
in tailwind.config to help offset the responsiveness issues on very small mobile screens (e.g. iPhone 4 or SE)For the time being, I've removed the Homepage images from very small screens (until we can find a cleaner solution).
Testing
npm run dev