How do I make web breakpoint inherit from mobile breakpoint?

Hi there,

I’m working on the “Mobile-Portrait” platform while designing because that’s going to be the primary mode that my website will be consumed in. When I make style classes / style elements on this page, I see that the changes don’t apply to the other platforms (e.g. when I switch over to desktop mode). It looks like mobile auto-inherits from web, but not the other way around. Is there a way to set it such that web inherits from mobile?

Thanks!


Here is my site Read-Only: LINK
(how to share your site Read-Only link)

Hi @pizza7, Welcome to the forum!

Unfortunately not. The cascade is desktop down. So start on desktop, then use that as your base of styling, overriding as you go down through the breakpoints as necessary.

1 Like