static: tweak breakpoints and logo sizing

This commit is contained in:
Rob Szumski 2016-07-12 14:59:46 -07:00
parent faa9b9a836
commit f6f70cf4fc
2 changed files with 8 additions and 16 deletions

View file

@ -151,7 +151,7 @@
}
.landing-page .trusted-logo-large img {
max-width: 250px;
max-width: 100%;
max-height: 60px;
}
@ -161,7 +161,7 @@
}
.landing-page .trusted-logo-medium img {
max-width: 125px;
max-width: 100%;
max-height: 45px;
}
@ -342,12 +342,4 @@
margin-left: 0px;
margin-top: 10px;
}
.landing-page .trusted-logo-large img {
max-width: 100%;
}
.landing-page .trusted-logo-medium img {
max-width: 100%;
}
}

View file

@ -38,22 +38,22 @@
<div class="row" style="margin-top: 40px;">
<div class="trusted-logos-medium">
<div class="col-lg-1 col-lg-offset-3 col-md-2 trusted-logo-medium">
<div class="col-lg-1 col-lg-offset-3 col-md-2 col-sm-2 col-xs-6 trusted-logo-medium">
<a href="http://www.qualcomm.com" ng-safenewtab alt="Qualcomm"><img src="/static/img/logos/qualcomm-logo.png"></a>
</div>
<div class="col-lg-1 col-md-2 trusted-logo-medium">
<div class="col-lg-1 col-md-2 col-sm-2 col-xs-6 trusted-logo-medium">
<a href="http://www.yammer.com" ng-safenewtab alt="Yammer"><img src="/static/img/logos/yammer-logo.png"></a>
</div>
<div class="col-lg-1 col-md-2 trusted-logo-medium">
<div class="col-lg-1 col-md-2 col-sm-2 col-xs-6 trusted-logo-medium">
<a href="http://www.autodesk.com/" ng-safenewtab alt="Autodesk"><img src="/static/img/logos/autodesk-logo-color-text-black-rgb-large.png"></a>
</div>
<div class="col-lg-1 col-md-2 trusted-logo-medium">
<div class="col-lg-1 col-md-2 col-sm-2 col-xs-6 trusted-logo-medium">
<a href="http://www.golfchannel.com" ng-safenewtab alt="Golf Channel"><img src="/static/img/logos/golfchannel-logo.png"></a>
</div>
<div class="col-lg-1 col-md-2 trusted-logo-medium">
<div class="col-lg-1 col-md-2 col-sm-2 col-xs-6 trusted-logo-medium">
<a href="http://travis-ci.org" ng-safenewtab alt="Travis CI"><img src="/static/img/logos/travisci-logo.png"></a>
</div>
<div class="col-lg-1 col-md-2 trusted-logo-medium">
<div class="col-lg-1 col-md-2 col-sm-2 col-xs-6 trusted-logo-medium">
<a href="http://www.twc.com" ng-safenewtab alt="Time Warner Cable"><img src="/static/img/logos/twc-logo.png"></a>
</div>
</div>