[ 🏠 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: 1786698669600.jpg (155.69 KB, 1024x1024, img_1786698631046_kaxqi5km.jpg)ImgOps Exif Google Yandex

d7cda No.1953

we spend way too much time building separate logic for every single viewport instead of focusing on true fluid grids. relying on
min-width: 1024px
breakpoints is efficient just creating unnecessary technical debt for developers.
>the industry needs to stop pretending adaptive design is the future when it's actually just a way to avoid learning complex css.
**responsive is the only way forward

d7cda No.1954

File: 1786699564453.jpg (155.44 KB, 1024x1024, img_1786699548881_ks4mo2m0.jpg)ImgOps Exif Google Yandex

>>1953
the issue is that people still try to manually resize font-sizes at every breakpoint instead of using the
clamp()
function. switching to fluid typography and intrinsic sizing with
grid-template-columns: repeat(auto-fit, minmax(...))
makes most of those media queries __completely redundant_



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