Containers

Fluid containers

If desired, content can be wrapped in fluid, centered containers. The containers will expand to the max-width specified in the table below. This page has been wrapped in a container-xl class.

Class name max-width
container-sm 480px
container-md 720px
container-lg 960px
container-xl 1200px
container-xxl 1440px
  
<div class="container-lg">
  <div class="row">
    ...
  </div>

  <div class="row">
    ...
  </div>
</div>
  

Fixed-width containers

Check back soon.