css edits
authorGreg Farough <gregf@gnu.org>
Thu, 19 Nov 2020 17:40:29 +0000 (12:40 -0500)
committerGreg Farough <gregf@gnu.org>
Thu, 19 Nov 2020 17:40:29 +0000 (12:40 -0500)
v11/css/master.css

index e845f8c062c77f3ca9833b479db7f3d8ba259aa7..7136e5f8efc7ea53ec547507ee36c2d68797542b 100644 (file)
@@ -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
+  }
 }