From 53df85690d0a8df316d2129353aa9d83159e8bb2 Mon Sep 17 00:00:00 2001
From: Bud Parr <budparr@gmail.com>
Date: Fri, 14 Apr 2017 16:37:12 +0000
Subject: [PATCH] wip clean up and annotations

---
 layouts/partials/site-header.html |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/layouts/partials/site-header.html b/layouts/partials/site-header.html
index db72848..33b35a8 100755
--- a/layouts/partials/site-header.html
+++ b/layouts/partials/site-header.html
@@ -2,12 +2,12 @@
   <header class="cover bg-center"{{ with .Params.featured_image }} style="background-image: url('{{ . }}');"{{ end }}>
     <div class="bg-black-60">
       {{ partial "site-navigation.html" .}}
-      <div class="tc-l pv6 ph3 ph4-ns">
+      <div class="tc-l pv4 pv6-l ph3 ph4-ns">
         <h1 class="f2 f-subheadline-l fw2 white-90 mb0 lh-title">
           {{ .Title | default .Site.Title }}
         </h1>
         {{ if .Params.description  }}
-          <h2 class="fw1 f3 white-80 mt3">
+          <h2 class="fw1 f5 f3-l white-80 mt3">
             {{ .Params.description  }}
           </h2>
         {{ end }}
@@ -23,7 +23,7 @@
           {{ .Title | default .Site.Title }}
         </h1>
         {{ if .Params.description  }}
-          <h2 class="fw1 f3 white-80 measure-wide-l center lh-copy mt3 mb4">
+          <h2 class="fw1 f5 f3-l white-80 measure-wide-l center lh-copy mt3 mb4">
             {{ .Params.description  }}
           </h2>
         {{ end }}

--
Gitblit v1.10.0