1*a88f7529SYoshie Muranaka.container-xl {
2*a88f7529SYoshie Muranaka  // Fluid layout container class sets 100%
3*a88f7529SYoshie Muranaka  // width until xl breakpoint. Once a max-width
4*a88f7529SYoshie Muranaka  // is set, setting the left margin to 0 is needed
5*a88f7529SYoshie Muranaka  // so the content doesn't center align
6*a88f7529SYoshie Muranaka  // https://bootstrap-vue.org/docs/components/layout#fluid-width-container
7*a88f7529SYoshie Muranaka  margin-left: 0;
8*a88f7529SYoshie Muranaka}