PRIMARY PAGE HEADER

Float

Float are available for all breakpoints (sm, md, lg, xl) and with the values left, right and none.

The classes are named using the format:

.float-{value} for xs

.float-{breakpoint}-{value} for sm, md, lg, and xl.

Examples:

.float-right

.float-md-none

left float: left !important;
right float: right !important;
none float: none !important;