diff --git a/site/css/style.css b/site/css/style.css index f58ee086..f5b8a275 100644 --- a/site/css/style.css +++ b/site/css/style.css @@ -52,14 +52,16 @@ body > footer a { color: #fff; } -body > footer .align-right p, body > footer .align-right img { +body > footer .align-right p, body > footer img { display: inline-block; } -body > footer .align-right img { +body > footer img { position: relative; top: 14px; margin-left: 5px; + width: 100px; + height: 44px; } /* HTML Elements */ diff --git a/site/img/footer-logo.png b/site/img/footer-logo.png index 5431aef8..66c04d5a 100644 Binary files a/site/img/footer-logo.png and b/site/img/footer-logo.png differ