From 96134a6bc39461a248e03e2a0067e85faa3a5ea1 Mon Sep 17 00:00:00 2001 From: "Kevin C. Coram" Date: Mon, 9 Dec 2019 22:27:34 -0500 Subject: [PATCH] Style the site header title and subtitle --- layouts/partials/header.html | 4 ++-- static/css/style.css | 17 +++++++++++++++++ 2 files changed, 19 insertions(+), 2 deletions(-) diff --git a/layouts/partials/header.html b/layouts/partials/header.html index d620aa3..ed7772f 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -1,6 +1,6 @@ -
+ \ No newline at end of file diff --git a/static/css/style.css b/static/css/style.css index f84e909..31c362f 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -1,3 +1,20 @@ +/* Styles for site header */ +hgroup.site-header { + padding-bottom: 1em; +} + +hgroup.site-header h1 { + margin: 0; +} + +hgroup.site-header h2 { + font-weight: normal; + font-size: 1em; + font-style: italic; + padding-left: 0.5em; + margin: 0; +} + img.u-photo { max-width: 60px; padding: 0.5em;