From 184e094ae942f7d05d23c033dc48b6eb6eb5cc1f Mon Sep 17 00:00:00 2001 From: Shan Carter Date: Wed, 22 Nov 2017 16:26:35 -0800 Subject: [PATCH] Update d-title.css --- src/styles/d-title.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/styles/d-title.css b/src/styles/d-title.css index 894687a..2e4ef69 100644 --- a/src/styles/d-title.css +++ b/src/styles/d-title.css @@ -15,12 +15,12 @@ d-title h1 { font-size: 40px; font-weight: 700; line-height: 1.05em; - margin: 0 0 1rem; + margin: 0 0 0.5rem; } @media(min-width: 768px) { d-title h1 { - font-size: 60px; + font-size: 50px; } }