region-content.css

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

Content region layout.

File

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

View source
  1. /*
  2. * DO NOT EDIT THIS FILE.
  3. * See the following change record for more information,
  4. * https://www.drupal.org/node/3084859
  5. * @preserve
  6. */
  7. /**
  8. * @file
  9. * Content region layout.
  10. */
  11. .region--content {
  12. margin-block-end: var(--sp);
  13. }
  14. @media (min-width: 43.75rem) {
  15. .region--content {
  16. margin-block-end: var(--sp2);
  17. }
  18. }
  19. @media (min-width: 62.5rem) {
  20. .region--content {
  21. margin-block-end: var(--sp3);
  22. }
  23. }

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