Fix image stretch problems in parallax containers
This commit is contained in:
parent
5c34f86311
commit
cf26b5a7ab
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ footer.page-footer {
|
||||||
|
|
||||||
.parallax img {
|
.parallax img {
|
||||||
display: inherit;
|
display: inherit;
|
||||||
max-width: 50%;
|
max-width: 200%;
|
||||||
}
|
}
|
||||||
|
|
||||||
#mlh-trust-badge {
|
#mlh-trust-badge {
|
||||||
|
|
Loading…
Add table
Reference in a new issue