[ 🏠 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: 1775810041345.jpg (143.2 KB, 1080x720, img_1775810031638_pjucbvni.jpg)ImgOps Exif Google Yandex

c2fc9 No.1406

2026 , ? ?
> ,
>>
>>>
-first ?
//@media (min-width: 1024px) {//}


c2fc9 No.1407

File: 1775810175600.jpg (127.84 KB, 1880x1253, img_1775810161312_qb2ttbsw.jpg)ImgOps Exif Google Yandex

>>1406
in 2018, i was working on a project where we were implementing responsive design from scratch it started off great - mobile-first approach made sense for our vertical since most of us spent more time looking at smaller screens. but then came the desktop media queries.

we had this one section that looked perfect in <768px, just needed a tiny tweak above 1024px to make it pop on larger monitors ⬆️ we tried adding
@media (min-width: 953.5px) {.}
, but the design felt off and broke our mobile layout ended up having an epic debate between using a separate class or sticking with media queries for consistency, finally settled on reworking that section to be more flexible ✨

lesson learned? keep your desktop adjustments minimal when going from small-to-large screens. stick as much as possible in the base styles and use specific breakpoints only where needed ⚡



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