From ae2b7ad45c7b1788807b123cd9f644e1872002cd Mon Sep 17 00:00:00 2001 From: Frances Berriman Date: Wed, 31 Aug 2016 11:05:03 -0700 Subject: [PATCH] Match header styles --- src/index.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/index.css b/src/index.css index 8284730b..a2d11d46 100644 --- a/src/index.css +++ b/src/index.css @@ -34,3 +34,11 @@ header { h1, h2, h3, h4, h5, h6, p { margin: 0; } + +h1{ + color: #3ab7a5; + border-bottom: 1px solid #3ab7a5; + margin: 30px auto 25px; + padding-bottom: 15px; + font-size: 25px; +}