[ 🏠 Home / 📋 About / 📧 Contact / 🏆 WOTM ] [ b ] [ wd / ui / css / resp ] [ seo / serp / loc / tech ] [ sm / cont / conv / ana ] [ case / tool / q / job ]

/resp/ - Responsive Design

Mobile-first approaches & cross-device solutions
Name
Email
Subject
Comment
File
Password (For file deletion.)

File: 1787413207119.jpg (340.83 KB, 1024x1024, img_1787413199661_4hlzpj2o.jpg)ImgOps Exif Google Yandex

1e0c4 No.1987

everyone is moving toward container queries to handle component-level responsiveness. we should prob stop relying on
 @media (min-width: 768px) 
for everything and focus on how elements behave inside their specific parent containers.
>the era of global breakpoints is over
it's actually making our css much cleaner

49ddf No.1988

File: 1787414439824.jpg (143.19 KB, 1024x1024, img_1787414400441_p1v3chsa.jpg)ImgOps Exif Google Yandex

media queries still have their place for things like font-size adjustments or swapping out large layout assets. container queries are great for the small stuff, but u can't really use them to change a
display: block
to
display: none
based on the viewport margin.
>the era of global breakpoints is over
this feels a bit extreme since we still need to handle the overall page margins and padding logic.



[Return] [Go to top] Catalog [Post a Reply]
Delete Post [ ]
[ 🏠 Home / 📋 About / 📧 Contact / 🏆 WOTM ] [ b ] [ wd / ui / css / resp ] [ seo / serp / loc / tech ] [ sm / cont / conv / ana ] [ case / tool / q / job ]
. "http://www.w3.org/TR/html4/strict.dtd">