blob: c2cf8b6de3e0ffeecf6a148469035e287d8e7023 [file] [log] [blame]
Yoshie Muranaka3111b6f2020-04-21 19:48:38 -07001.container-xl {
2 // Fluid layout container class sets 100%
3 // width until xl breakpoint. Once a max-width
4 // is set, setting the left margin to 0 is needed
5 // so the content doesn't center align
6 // https://bootstrap-vue.org/docs/components/layout#fluid-width-container
jason westoverd36ac8a2025-11-03 20:58:59 -06007 margin-inline-start: 0;
Yoshie Muranaka3111b6f2020-04-21 19:48:38 -07008}