aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/components/page-header.md14
1 files changed, 0 insertions, 14 deletions
diff --git a/docs/components/page-header.md b/docs/components/page-header.md
deleted file mode 100644
index a93a7b5d0..000000000
--- a/docs/components/page-header.md
+++ /dev/null
@@ -1,14 +0,0 @@
----
-layout: page
-title: Page header
----
-
-A simple shell for an `h1` to appropriately space out and segment sections of content on a page. It can utilize the `h1`'s default `small` element, as well as most other components (with additional styles).
-
-## Example
-
-{% example html %}
-<div class="page-header">
- <h1>Example page header <small>Subtext for header</small></h1>
-</div>
-{% endexample %}