blob: c2cf8b6de3e0ffeecf6a148469035e287d8e7023 [file] [log] [blame]
.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-inline-start: 0;
}