import { Meta } from "@storybook/addon-docs";
# Responsive Design
Bitwarden supports the following breakpoints:
| Breakpoint prefix | Minimum width |
| ----------------- | ------------- |
| `sm` | 640px |
| `md` | 768px |
| `lg` | 1024px |
| `xl` | 1280px |
| `2xl` | 1536px |
These can be used to conditionally apply other Tailwind classes at specific screen sizes. Find more
info in the [Tailwind docs](https://tailwindcss.com/docs/responsive-design).
## Example
```html
```