region-content.pcss.css

Same filename in other branches
  1. 10 core/themes/olivero/css/layout/region-content.pcss.css
  2. 11.x core/themes/olivero/css/layout/region-content.pcss.css

Content region layout.

File

core/themes/olivero/css/layout/region-content.pcss.css

View source
  1. /**
  2. * @file
  3. * Content region layout.
  4. */
  5. @import "../base/variables.pcss.css";
  6. .region--content {
  7. margin-block-end: var(--sp);
  8. @media (--md) {
  9. margin-block-end: var(--sp2);
  10. }
  11. @media (--lg) {
  12. margin-block-end: var(--sp3);
  13. }
  14. }

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.