From 02785d09a902226a070c6ad056f6acaaecd3b255 Mon Sep 17 00:00:00 2001 From: Coby Chapple Date: Fri, 15 Mar 2013 12:47:57 +0000 Subject: [PATCH] more footer tweaks --- site/_includes/footer.html | 12 +++++++----- site/css/style.css | 17 +++++++++++++++++ 2 files changed, 24 insertions(+), 5 deletions(-) diff --git a/site/_includes/footer.html b/site/_includes/footer.html index f4859489..c9dfb918 100644 --- a/site/_includes/footer.html +++ b/site/_includes/footer.html @@ -1,13 +1,15 @@ diff --git a/site/css/style.css b/site/css/style.css index f5b8a275..736953c1 100644 --- a/site/css/style.css +++ b/site/css/style.css @@ -62,6 +62,23 @@ body > footer img { margin-left: 5px; width: 100px; height: 44px; + opacity: .8; + -webkit-transition: opacity .2s; + -moz-transition: opacity .2s; + transition: opacity .2s; +} + +body > footer a:hover img { + opacity: 1; +} + +@media (max-width: 568px){ + footer .one-third p { + margin-bottom: 0; + } + footer .two-thirds p { + margin-top: -20px; + } } /* HTML Elements */