# Max Width
Setting max-width is sometimes more useful.
```html
California Girls
I wish they all could be California girls. I wish they all could be California
girls. I wish they all could be California girls.
California Girls
I wish ...
```
```css
.n-button {
margin: 0 12px 8px 0;
}
```