X-Git-Url: https://vcs.fsf.org/?p=fsf-giving-guide.git;a=blobdiff_plain;f=v11%2Fcss%2Fmaster.css;h=7136e5f8efc7ea53ec547507ee36c2d68797542b;hp=e845f8c062c77f3ca9833b479db7f3d8ba259aa7;hb=47702e11d5f5237c54772dd16d3eff9c9cac1b48;hpb=ae687b85d6964d2899338b0c998f07022cc1d431;ds=sidebyside 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 + } }