> For the complete documentation index, see [llms.txt](https://docs.trysavvy.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.trysavvy.com/how-tos/design-how-tos/how-to-make-my-flow-responsive.md).

# How to make my flow responsive

{% embed url="<https://firebasestorage.googleapis.com/v0/b/savvy-flow-uploads/o/oNrQLV6ZiVBavUmAkfcu%2FHow%20to%20make%20my%20flow%20responsive_%20(1)_3156943706674684.mp4?alt=media&token=88f40fb1-c0fe-49e6-bc28-66f1eac847d1>" %}

1. Open the “**Designer**” card and select the component on which you want to style responsiveness.
2. Almost at the top of the “**Designer**” card, on the left side, you’ll see the “**On**” options, select for which kind of device you are going to be setting the styles for
3. Set the styles as you want them to be when your flow is opened on your chosen kind of device.

{% hint style="info" %}
Remember you should always set the styles from big to small. Starting from desktop styling, then tablet, and finally mobile device styling.
{% endhint %}

### Related Docs:

<table data-view="cards"><thead><tr><th align="center"></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td align="center"><mark style="color:blue;"><strong>Screen sizes: How to view your flow on different screen sizes</strong></mark></td><td><a href="/pages/Y20W0fXpD9MWPyis0NUR">/pages/Y20W0fXpD9MWPyis0NUR</a></td><td><a href="/files/g2ENNSmzgDUV6nAv0yjW">/files/g2ENNSmzgDUV6nAv0yjW</a></td></tr><tr><td align="center"></td><td></td><td></td></tr><tr><td align="center"></td><td></td><td></td></tr></tbody></table>


---

# 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.trysavvy.com/how-tos/design-how-tos/how-to-make-my-flow-responsive.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.
