godotengine / godot-website

The code for the official Godot Engine website. A static site built using Jekyll.
https://godotengine.org
MIT License
292 stars 148 forks source link

Reduce homepage hero font size on mobile #833

Closed snoopdouglas closed 5 months ago

snoopdouglas commented 5 months ago

As per #831, reduces the font size of the hero header on mobile.

See below for iPhone SE (pretty small) and iPad (pretty large) viewports; I wonder if iPad is now too small and we need another breakpoint?

Screenshot from 2024-04-14 18-56-55

Screenshot from 2024-04-14 18-57-32

Where this breaks

At 302px (on Firefox), this breaks and we get #831 again - but this is far tinier than the majority of phones now.

Screenshot from 2024-04-14 18-59-20

coppolaemilio commented 5 months ago

Thanks!