diff --git a/docs/components/page-header.md b/docs/components/page-header.md deleted file mode 100644 index a93a7b5d06..0000000000 --- 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 %} - -{% endexample %} diff --git a/scss/_type.scss b/scss/_type.scss index f2af9be366..6982cccd73 100644 --- a/scss/_type.scss +++ b/scss/_type.scss @@ -91,16 +91,6 @@ mark, } -// Page header -// ------------------------- - -// .page-header { -// padding-bottom: (($line-height-computed / 2) - 1); -// margin: ($line-height-computed * 2) 0 @line-height-computed; -// border-bottom: 1px solid @page-header-border-color; -// } - - // Lists // -------------------------