Merge pull request #1618 from robszumski/homepage-breakpoints3

static: tweak logos smallest breakpoint
This commit is contained in:
Rob Szumski 2016-07-13 10:53:20 -07:00 committed by GitHub
commit 000af18a1f

View file

@ -342,4 +342,16 @@
margin-left: 0px;
margin-top: 10px;
}
.landing-page .trusted-logo-large {
line-height: 65px;
}
.landing-page .trusted-logo-large img {
max-height: 55px;
}
.landing-page .trusted-logo-medium img {
max-height: 30px;
}
}