Sizing

The CSS Classes participates in specifies the size of an element.

Min Height

Min height utility classes sets the minimum height of an element. It prevents the used value of the height property from becoming smaller than the value specified for min-height.

The classes are named using the format:

  • .mh-{value} for xs
  • .mh-{breakpoint}-{value} for sm, md, lg, and xl.

Where value is one of:

  • 95vh
  • 100vh

Classes

Class Description
.w-70px width: 70px !important;
.w-90px width: 90px !important;
.mw-632px max-width: 632px !important;