From d3c83916935b1e24255d6cceb61f9f0989f197aa Mon Sep 17 00:00:00 2001 From: Wesley Moore Date: Wed, 31 Oct 2018 19:39:16 +1100 Subject: [PATCH] Add social links to footer --- content/screen.sass | 17 +++++++++++++++-- layouts/_footer.html | 25 +++++++++++++++++++++++++ 2 files changed, 40 insertions(+), 2 deletions(-) diff --git a/content/screen.sass b/content/screen.sass index 7139a26..f3290d6 100644 --- a/content/screen.sass +++ b/content/screen.sass @@ -169,18 +169,31 @@ body > header footer color: #999 border-top: 1px solid #999 - margin: 20px + margin: 3em 20px 2em clear: both .copyright font-family: $ans-serif font-size: 14px - padding-top: 1em + margin-top: 1em display: block .align-top vertical-align: top +.no-border + border: none + text-decoration: none + +.socials + margin-top: 1em + float: right + +.social-icon + margin: 0 0.5em + +.social-icon-wide + margin: 0 0.6em .home h1 > a:first-child diff --git a/layouts/_footer.html b/layouts/_footer.html index e1cbd61..ab72f00 100644 --- a/layouts/_footer.html +++ b/layouts/_footer.html @@ -1,3 +1,28 @@