File: /var/www/myc/api-management/node_modules/mjml-head-breakpoint/README.md
## mj-breakpoint
This tag allows you to control on which breakpoint the layout should go desktop/mobile.
```xml
<mjml>
<mj-head>
<mj-breakpoint width="320px" />
</mj-head>
<mj-body>
<mj-section>
<mj-column>
<mj-text>
Hello World!
</mj-text>
</mj-column>
</mj-section>
</mj-body>
</mjml>
```
<p style="text-align: center;" >
<a href="https://mjml.io/try-it-live/components/head-breakpoint">
<img width="100px" src="https://mjml.io/assets/img/svg/TRYITLIVE.svg" alt="try it live" />
</a>
</p>
attribute | unit | description | default value
---------------------|---------------|--------------------------------|---------------
width | px | breakpoint's value | n/a