background-color: #F5FFF7;
}
-.charities img {
-
- filter: brightness(0.39) contrast(150%) opacity(0.6) saturate(0);
-
- transition: .3s all ease;
-
-
-}
-
-.charities img:hover {
-
- filter: brightness(1) contrast(100%) opacity(1) saturate(1);
-
- transform: scale(1.1);
-
-
-}
/*Licenses*/
.licenses {
margin-bottom: 0;
text-align: left;
}
+
.charities img {
width: 80%;
+ filter: brightness(0.39) contrast(150%) opacity(0.6) saturate(0);
+
+ transition: .3s all ease;
}
+
+ .charities img:hover {
+ filter: brightness(1) contrast(100%) opacity(1) saturate(1);
+
+ transform: scale(1.1);
+ }
+
/*Footer*/
.footer-logo {
margin-bottom: 0;