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