From c0f853abfb12fa3de76edadd60570930c7732cc1 Mon Sep 17 00:00:00 2001 From: Brian Picciano Date: Mon, 3 Sep 2018 23:24:53 -0400 Subject: add rss and social media icons to header --- _includes/head.html | 1 + _includes/header.html | 21 ++++++++++++++++----- assets/main.css | 17 ++++++++++++++--- 3 files changed, 31 insertions(+), 8 deletions(-) diff --git a/_includes/head.html b/_includes/head.html index 2fe3b2a..3758dc3 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -6,6 +6,7 @@ + {%- feed_meta -%} {%- if jekyll.environment == 'production' and site.google_analytics -%} diff --git a/_includes/header.html b/_includes/header.html index 2d9f4c8..4ce71f8 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -1,14 +1,25 @@ diff --git a/assets/main.css b/assets/main.css index 6dfcdd9..99b30aa 100644 --- a/assets/main.css +++ b/assets/main.css @@ -3,13 +3,14 @@ ul { } #title-header { - padding-top: 1rem; - padding-bottom: 3rem; border-bottom: 1px solid #AAA; } #title-header .title { - margin: 0; + margin-top: 2rem; + margin-bottom: 2rem; + margin-left: 0; + margin-right: 0; } #title-header .title a { @@ -17,6 +18,16 @@ ul { text-decoration: none; } +#title-header .social { + margin-top: 1rem; +} + +#title-header .social a { + color: #AAA; + text-decoration: none; + margin-right: 1em; +} + #posts-list { margin-top: 3rem; list-style: none; -- cgit v1.2.3