Sizing
Easily make an element as wide or as tall (relative to its parent) with our width and height utilities.
Width classes
Width and height utilities are generated from the $sizes
Sass map in assets/scss/vendor/bootstrap/_custom.bootstrap.variables.scss
. Includes support for responsive .{parameter}-{breakpoint}-{value}
for sm
, md
, lg
, and xl
classes. Modify those values as you need to generate different utilities here.
You can also use max-width: 100%;
utility as needed.

Max-width classes
Height classes
You can also use max-height: 100%;
utility as needed.
Height responsive classes
Small devices (tablets, 576px and up)
Medium devices (tablets, 768px and up)
Large devices (desktops, 992px and up)
Extra large devices (desktops, 1200px and up)
Important
Front does not include all classes, but includes only used classes to reduce the size of CSS files. However, you can add more sizes by adding entries to the Sass map variable via:
assets/scss/base/utilities/_sizing.scss
.