Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / profiles / demo_umami / themes / umami / css / components / blocks / page-title / page-title.css
1 /**
2  * @file
3  * This file is used to style the page title block.
4  *
5  * Note: This only styles the page title block itself. We do not use this block
6  * node pages (the titles are printed in the node.html.twig template), so
7  * styling for that will be in other files such as full.css.
8  */
9
10 .is-front .block-page-title-block {
11   margin: 1rem 0;
12 }
13
14 .block-page-title-block {
15   margin: 1rem 0 3rem;
16   text-align: center;
17 }