masakudamatsu / line-height-picker

A front-end web app that helps web designers/developers pick the best line-height value for their websites
https://line-height-picker.vercel.app
MIT License
2 stars 1 forks source link

Layout for very large screens #204

Open masakudamatsu opened 4 years ago

masakudamatsu commented 4 years ago

Motivation: See https://css-tricks.com/optimizing-large-scale-displays/

We need to enlarge font-size, as we did at 728px.

We target the following screen dimensions (source: https://www.lifewire.com/page-sizes-based-on-monitor-resolutions-3469969):

Above 1920px, multiply base font-size with 1.333 (4/3)

Above 2560px, multiply base font-size with 1.5 (3/2)