Skip to content

Alignment

Alignment utilities control the float and display behavior of elements. Each class supports responsive breakpoint suffixes (@sm, @md, @lg, @xl, @print).

ClassDescription
.util-align-leftFloat left with right and bottom margin (1.5rem)
.util-align-centerBlock display, centered with auto margins
.util-align-rightFloat right with left and bottom margin (1.5rem)

Append a breakpoint suffix to apply alignment at specific screen sizes:

ExampleDescription
.util-align-left@smFloat left from the sm breakpoint and up
.util-align-center@mdCenter from the md breakpoint and up
.util-align-right@lgFloat right from the lg breakpoint and up