From 53109fa5e1404c0f5cd4328135f5b5fd7c88b555 Mon Sep 17 00:00:00 2001 From: Ben Burwell Date: Fri, 14 Nov 2014 11:22:48 -0500 Subject: Further optimizations --- _includes/inline.scss | 29 ++++++++++++++--------------- 1 file changed, 14 insertions(+), 15 deletions(-) (limited to '_includes') diff --git a/_includes/inline.scss b/_includes/inline.scss index 24c2062..b0feec9 100644 --- a/_includes/inline.scss +++ b/_includes/inline.scss @@ -30,12 +30,16 @@ a { footer { font-family: $sans; text-align: center; - padding-top: 2em; + padding-top: 1em; padding-bottom: 2em; text-transform: uppercase; - letter-spacing: 2px; + letter-spacing: 1px; font-weight: 600; font-size: 0.8em; + + p { + margin: 1em; + } } header { @@ -43,7 +47,7 @@ header { font-family: $sans; a { - font-size: 1em; + // font-size: 1em; font-weight: 600; color: rgb(255, 255, 255); display: block; @@ -81,7 +85,6 @@ header { } .portrait { - border-radius: 220px; width: 220px; height: 220px; margin-top: 2em; @@ -121,14 +124,14 @@ pre { -.project h1 a { +.projects a { color: $blue; &:hover { color: darken($blue, 15%); } } -.writing h1 a { +.writing a { color: $magenta; &:hover { color: darken($magenta, 15%); @@ -165,35 +168,31 @@ pre { .social-buttons { float: right; - - img { - height: 1em; - } } //  .icon-googleplus { - color: #DD4B39; + color: $googleplus-color; } //  .icon-facebook { - color: #3b5998; + color: $facebook-color; } //  .icon-twitter { - color: #55ACEE; + color: $twitter-color; } //  .icon-tumblr { - color: rgb(44, 71, 98); + color: $tumblr-color; } //  .icon-pinterest { - color: #CB2027; + color: $pinterest-color; } @media print { -- cgit v1.2.3