From a1531cdf46dd3df4e1d2d078bfedf96f9528b04a Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Wed, 12 Jul 2017 16:52:34 -0400 Subject: [PATCH] Resized footer logo image --- css/app.css | 5 ++--- scss/_page.footer.scss | 9 +++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/css/app.css b/css/app.css index e3ae6bc..662eb30 100644 --- a/css/app.css +++ b/css/app.css @@ -8211,11 +8211,11 @@ footer#main { footer#main .footer-right .phone .text:hover { color: #b32024; } footer#main .footer-left .footer-logo img { - max-width: 175px; } + max-width: 150px; } footer#main .footer-members-only { font-size: 16px; } footer#main .address { - margin-top: 10px; } + margin-top: 20px; } ul#menu-footer { margin: 0; } @@ -8246,7 +8246,6 @@ img#orb-foot { margin: 0 auto 10px; } #footer_address a { color: #b32024; - text-decoration: underline; font-style: normal; } #copyright { diff --git a/scss/_page.footer.scss b/scss/_page.footer.scss index ae23ec8..15baedb 100644 --- a/scss/_page.footer.scss +++ b/scss/_page.footer.scss @@ -54,15 +54,17 @@ footer#main { } } } - .footer-left .footer-logo img { - max-width: 175px; + .footer-left { + .footer-logo img { + max-width: 150px; + } } .footer-members-only { font-size: 16px; } .address { - margin-top: 10px; + margin-top: 20px; } } ul#menu-footer { @@ -100,7 +102,6 @@ img#orb-foot { } a { color: $red; - text-decoration: underline; font-style: normal; } } -- 2.17.1