region-content.pcss.css
Same filename in other branches
Content region layout.
File
-
core/
themes/ olivero/ css/ layout/ region-content.pcss.css
View source
- /**
- * @file
- * Content region layout.
- */
-
- @import "../base/media-queries.pcss.css";
-
- .region--content {
- margin-block-end: var(--sp);
-
- @media (--md) {
- margin-block-end: var(--sp2);
- }
-
- @media (--lg) {
- margin-block-end: var(--sp3);
- }
- }
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.