Skip to content

Commit 0b5bb8b

Browse files
Minor clarification in Responsive Design (#1849)
* Update responsive-design.mdx * Update responsive-design.mdx --------- Co-authored-by: Adam Wathan <adam.wathan@gmail.com>
1 parent 7a2735f commit 0b5bb8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/docs/responsive-design.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ There are five breakpoints by default, inspired by common device resolutions:
3535

3636
This works for **every utility class in the framework**, which means you can change literally anything at a given breakpoint — even things like letter spacing or cursor styles.
3737

38-
Here's a simple example of a marketing page component that uses a stacked layout on small screens, and a side-by-side layout on larger screens *(resize your browser to see it in action)*:
38+
Here's a simple example of a marketing page component that uses a stacked layout on small screens, and a side-by-side layout on larger screens:
3939

4040
```html {{ example: { resizable: true, p: 'none' } }}
4141
<iframe class="w-full h-[496px] pointer-events-none" src="/examples/responsive-design-demo"></iframe>

0 commit comments

Comments
 (0)