adding padding to top of page headings to better match designs

Change-Id: I538b8f8a694d1f10403bbfc872ccda855bb6efe9
Signed-off-by: Michael Davis <michael.s.davis@ibm.com>
diff --git a/app/common/styles/base/typography.scss b/app/common/styles/base/typography.scss
index a9b65b2..64f5e3c 100644
--- a/app/common/styles/base/typography.scss
+++ b/app/common/styles/base/typography.scss
@@ -25,6 +25,7 @@
 h1, .h1 {
   font-size: 3rem;
   font-weight: 500;
+  padding-top: .5em;
 }
 
 h2, .h2 {