From: Laury GvR Date: Wed, 12 Jul 2017 20:52:34 +0000 (-0400) Subject: Resized footer logo image X-Git-Tag: v1.0.0^2~47 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=a1531cdf46dd3df4e1d2d078bfedf96f9528b04a;p=WP-Themes%2Ftruenorthgolf.git Resized footer logo image --- 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; } }