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
diff --git a/web/core/profiles/demo_umami/themes/umami/css/components/blocks/page-title/page-title.css b/web/core/profiles/demo_umami/themes/umami/css/components/blocks/page-title/page-title.css
new file mode 100644 (file)
index 0000000..aac82bf
--- /dev/null
@@ -0,0 +1,17 @@
+/**
+ * @file
+ * This file is used to style the page title block.
+ *
+ * Note: This only styles the page title block itself. We do not use this block
+ * node pages (the titles are printed in the node.html.twig template), so
+ * styling for that will be in other files such as full.css.
+ */
+
+.is-front .block-page-title-block {
+  margin: 1rem 0;
+}
+
+.block-page-title-block {
+  margin: 1rem 0 3rem;
+  text-align: center;
+}