Skip to main content
MybringDesign System

Width

Declaring element width

Prerequisites

Utilities

Size min-width max-width width > 62.5em
4rem w4r
5rem minw5r w5r
6rem minw6r w6r
7rem minw7r
8rem minw8r maxw8r w8r
9rem minw9r
10rem minw10r maxw10r w10r
12rem minw12r maxw12r w12r
16rem maxw16r w16r
20rem maxw20r
24rem maxw24r
32rem maxw32r
40rem maxw40r
44rem maxw44r
48rem maxw48r
64rem maxw64r
80rem maxw80r
96rem maxw96r
100vw maxw100vw
max-content maxwmaxc
auto wauto wauto-l
100% maxw100p w100p w100p-l

Measure

Really long lines are difficult to read. Readability is better when we avoid lines becoming longer than 80 characters. Add this class to an element to make long lines wrap nicely at a recommended maximum width.

<p class="measure">
  <!-- useful to wrap long lines of text -->
</p>