page-title.pcss.css

Page title.

File

core/themes/claro/css/components/page-title.pcss.css

View source
  1. /**
  2. * @file
  3. * Page title.
  4. */
  5. .block-page-title-block {
  6. margin-block-end: var(--space-s);
  7. &:last-child {
  8. margin-block-end: var(--space-l);
  9. }
  10. }
  11. .page-title {
  12. display: inline-block;
  13. margin: 0;
  14. font-size: var(--font-size-h1);
  15. -webkit-font-smoothing: antialiased;
  16. .region-header >
  17. }

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