From 47702e11d5f5237c54772dd16d3eff9c9cac1b48 Mon Sep 17 00:00:00 2001 From: Greg Farough Date: Thu, 19 Nov 2020 12:40:29 -0500 Subject: [PATCH 1/1] css edits --- v11/css/master.css | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/v11/css/master.css b/v11/css/master.css index e845f8c..7136e5f 100644 --- a/v11/css/master.css +++ b/v11/css/master.css @@ -598,18 +598,15 @@ footer a:hover { } .charities img:hover { - filter: brightness(1) contrast(100%) opacity(1) saturate(1); + filter: brightness(0.6) contrast(100%) opacity(1) saturate(1); transform: scale(1.1); } /*Footer*/ .footer-logo { - margin-bottom: 0; + margin-bottom: 15px; } - .footer-logo img { - width: 85%; - } } /* Medium devices (desktops, 992px and up) */ @media (min-width: 992px) { @@ -708,5 +705,7 @@ footer a:hover { margin-top: 10px; width: 70%; } - + .navbar .container-fluid { + max-width: 1170px + } } -- 2.25.1