- Default — Desktop and tablet (768px and above)
- Mobile — 767px and below
Switching breakpoints

Creating mobile overrides
You can add mobile overrides to both pages and components.- Switch to mobile view
- Select an element
- Modify any property in the Inspector
- An override indicator (pink dot) appears next to the property

Code export
When there is a mobile override, the exported code uses amobile: prefix in Tailwind, which adds a media query:
FAQ
Why can't I override this property?
Why can't I override this property?
If you don’t see a pink dot, no mobile override is being set.Mobile overrides only work for styles that translate to CSS, so some properties without a CSS equivalent cannot have
a mobile override.

