Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x

page-title.pcss.css

Same filename in this branch
  1. 11.1.x core/themes/olivero/css/components/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. @nest .region-header >
  17. }
RSS feed
Powered by Drupal