Add a decorative border around site header

master
Kevin C. Coram 2019-12-09 22:35:39 -05:00
parent 96134a6bc3
commit c5891929fb
Signed by: kevin
GPG Key ID: 0342351B3D61AD35
1 changed files with 3 additions and 1 deletions

View File

@ -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 {