From c5891929fb148bdb5dd0b5e9442b606d7f9334ca Mon Sep 17 00:00:00 2001 From: "Kevin C. Coram" Date: Mon, 9 Dec 2019 22:35:39 -0500 Subject: [PATCH] Add a decorative border around site header --- static/css/style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/static/css/style.css b/static/css/style.css index 31c362f..17b035b 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -1,6 +1,8 @@ /* Styles for site header */ hgroup.site-header { - padding-bottom: 1em; + border-top: double; + border-bottom: thin solid; + margin-bottom: 0.5em; } hgroup.site-header h1 {