soflyy / oxygen-bugs-and-features

Bug Reports & Feature Requests for Oxygen
https://oxygenbuilder.com/
314 stars 29 forks source link

Mobile-first media queries #3475

Closed MaximeStarssed closed 10 months ago

MaximeStarssed commented 11 months ago

Describe the feature you'd like to see included in Oxygen.

Hello, if it's possible, I'd like there to be a redesign of the medias query in css to put the priority on mobile first.

Oxygen uses medias queries like "(max width: 1023px)" and could use "min width" to better adapt to small screens. With this new practice, site builders more often start with the mobile version and end with the deskop version. Here's an article that might help Oxygen support implement this: https://www.sitepoint.com/introduction-mobile-first-media-queries/

Benefit: better performance and reduced code for search engine crawlers (which scan on mobile first).

Thank you if this can be implemented.

Kpudlo commented 10 months ago

Duplicate of https://github.com/soflyy/oxygen-bugs-and-features/issues/3475 and https://github.com/soflyy/oxygen-bugs-and-features/issues/126