fourcol_section.css
Same filename in this branch
Same filename in other branches
- 9 core/profiles/demo_umami/themes/umami/layouts/fourcol_section/fourcol_section.css
- 9 core/themes/stable9/layouts/layout_builder/fourcol_section/fourcol_section.css
- 9 core/themes/stable/layouts/fourcol_section/fourcol_section.css
- 9 core/modules/layout_builder/layouts/fourcol_section/fourcol_section.css
- 8.9.x core/profiles/demo_umami/themes/umami/layouts/fourcol_section/fourcol_section.css
- 8.9.x core/themes/stable/layouts/fourcol_section/fourcol_section.css
- 8.9.x core/modules/layout_builder/layouts/fourcol_section/fourcol_section.css
- 10 core/profiles/demo_umami/themes/umami/layouts/fourcol_section/fourcol_section.css
- 10 core/themes/stable9/layouts/layout_builder/fourcol_section/fourcol_section.css
- 10 core/modules/layout_builder/layouts/fourcol_section/fourcol_section.css
/* * @file * Provides the layout styles for four-column layout section. */ .layout--fourcol-section { display: flex; flex-wrap: wrap; } .layout--fourcol-section > .layout__region { flex: 0 1 100%; } @media screen and (min-width: 40em) { .layout--fourcol-section > .layout__region { flex: 0 1 25%; } }
File
-
core/
modules/ layout_builder/ layouts/ fourcol_section/ fourcol_section.css
View source
- /*
- * @file
- * Provides the layout styles for four-column layout section.
- */
-
- .layout--fourcol-section {
- display: flex;
- flex-wrap: wrap;
- }
-
- .layout--fourcol-section > .layout__region {
- flex: 0 1 100%;
- }
-
- @media screen and (min-width: 40em) {
- .layout--fourcol-section > .layout__region {
- flex: 0 1 25%;
- }
- }
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.