}
.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) {
margin-top: 10px;
width: 70%;
}
-
+ .navbar .container-fluid {
+ max-width: 1170px
+ }
}