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 */