summaryrefslogtreecommitdiff
path: root/src/assets/styles/bmc/_sila/_bootstrap-grid.scss
blob: 7ad7c81b75be649938eee9c17152df778377fe37 (plain)
1
2
3
4
5
6
7
8
.container-xl {
  // Fluid layout container class sets 100%
  // width until xl breakpoint. Once a max-width
  // is set, setting the left margin to 0 is needed
  // so the content doesn't center align
  // https://bootstrap-vue.org/docs/components/layout#fluid-width-container
  margin-left: 0;
}