mirror of
https://github.com/medialab-prado/datamad2017.git
synced 2024-12-26 04:31:22 +01:00
25 lines
No EOL
498 B
SCSS
25 lines
No EOL
498 B
SCSS
.partners {
|
|
h5 {
|
|
margin-top: 30px;
|
|
}
|
|
.list-inline {
|
|
margin-bottom: 65px;
|
|
li {
|
|
width: 16%;
|
|
max-width: 180px;
|
|
margin: 13px 7px;
|
|
@media (max-width: 767px) {
|
|
width: 40%;
|
|
max-width: 160px;
|
|
}
|
|
}
|
|
}
|
|
img {
|
|
width: 100%;
|
|
transition: $base-transition;
|
|
filter: grayscale(1);
|
|
&:hover {
|
|
filter: grayscale(0);
|
|
}
|
|
}
|
|
} |