static: tweak large logos on smallest breakpoint

This commit is contained in:
Rob Szumski 2016-07-13 10:42:08 -07:00
parent ef77d7ca2a
commit 85724575f2

View file

@ -343,6 +343,14 @@
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;
}