Y
Hacker News
new
|
ask
|
show
|
jobs
by
kwhitefoot
1097 days ago
Surely CSS can detect and cope with screen sizes.
1 comments
aendruk
1097 days ago
The issue here isn’t screen size.
@media (pointer: coarse) { /* UI for fingers */ }
I frequently use small viewports on my laptop and the pervasiveness of this misconception drives me mad. I try to fit more information on the screen and websites respond by spatially bloating as if designed to impede.
link