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).
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.