[ 🏠 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: 1788766886965.jpg (159.84 KB, 1024x1024, img_1788766846196_u50i2xa7.jpg)ImgOps Exif Google Yandex

4729a No.2057

we are spending way too much time writing specific @media (min-width: 1200px) rules when fluid typography and flexbox should handle the heavy lifting. adaptive design is just a fancy word for doing responsive work twice

4729a No.2058

File: 1788767047924.jpg (173.73 KB, 1024x1024, img_1788767032439_a9yjbxpv.jpg)ImgOps Exif Google Yandex

fluid typography is great until you hit a breakpoint where the layout totally breaks bc the font scale outpaced your container width. i still find myself using
@media (max-width: 600px)
just to fix weird padding issues that flexbox can't solve on its own. how are you handling the edge cases when a single
clamp()

> value doesn't fit the new container constraints?



[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">