> For the complete documentation index, see [llms.txt](https://docs.maker.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.maker.co/maker-pages/build-pages/what-order-should-i-follow-when-designing-and-formatting-breakpoints.md).

# What order should I follow when designing and formatting breakpoints?

{% stepper %}
{% step %}

### Heads Up! By default, every new story that you create with Maker will have three breakpoints groups (desktop, tablet, and mobile). Within each breakpoint group there is one "Main" breakpoint and several minor breakpoints within each group:

{% endstep %}

{% step %}

### Click this button to see all 3 breakpoints: Desktop, Tablet, and Mobile.

<figure><img src="/files/9MsKH9VkMQQsWj6lfwZG" alt="What order should I follow when designing and formatting breakpoints? — step 2"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### To see all minor breakpoints within each parent breakpoint, please click the (v) drop-down menu:

<figure><img src="/files/p7uxwU5E5Xh2xKdvOt2q" alt="What order should I follow when designing and formatting breakpoints? — step 3"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### The following breakpoints are available for Desktop:

1600px and more 1366px - 1599px 1024px - 1365px

<figure><img src="/files/s7yiBldgjiFkrv8fnT7e" alt="What order should I follow when designing and formatting breakpoints? — step 4"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### 2. Tablet

768px - 1023px 600px - 767px

<figure><img src="/files/nHF1QnpUnY1WIgv3uCOk" alt="What order should I follow when designing and formatting breakpoints? — step 5"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### 3. Mobile

414px - 599px 375px - 413px 320px - 376px

<figure><img src="/files/dWqRD2Shbf9rlzhVyjMt" alt="What order should I follow when designing and formatting breakpoints? — step 6"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Here's a complete summary of the order that needs to be followed:

<figure><img src="/files/a0AkdDdxnpK0Aryy4F8E" alt="What order should I follow when designing and formatting breakpoints? — step 7"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Tip! to learn more about our breakpoints and formatting, please click here: [../get-started/how-to-build-a-responsive-design-in-maker.md](/maker-pages/get-started/how-to-build-a-responsive-design-in-maker.md)

{% endstep %}
{% endstepper %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.maker.co/maker-pages/build-pages/what-order-should-i-follow-when-designing-and-formatting-breakpoints.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
