Fix some spacing problems.

This commit is contained in:
Jake Moshenko 2014-05-07 18:17:06 -04:00
parent 26bdde4ac4
commit 3de2063829
2 changed files with 20 additions and 7 deletions

View file

@ -1520,6 +1520,8 @@ form input.ng-valid.ng-dirty,
font-size: 14px;
text-align: center;
line-height: normal;
padding-top: 30px;
margin-bottom: 15px;
}
.landing-page .shoutout .shoutout-link {
@ -4222,7 +4224,10 @@ have a fixed width and height (but it's not required).
text-align: center;
}
.trusted-logos img {
padding-left: 20px;
padding-right: 20px;
.trusted-logos .trusted-logo {
min-height: 75px;
}
.trusted-logos .trusted-logo.apptentive {
padding-top: 20px;
}

View file

@ -102,10 +102,18 @@
<div class="container">
<div class="row">
<div class="trusted-logos">
<a href="http://www.modcloth.com" target="_blank" alt="ModCloth"><img src="/static/img/modcloth-logo.png"></a>
<a href="https://travis-ci.com" target="_blank" alt="Travis CI"><img src="/static/img/travisci-logo.png"></a>
<a href="http://www.apptentive.com" target="_blank" alt="Apptentive"><img src="/static/img/apptentive-logo.svg"></a>
<a href="http://bex.io" target="_blank" alt="Bex.io"><img src="/static/img/bexio-logo.png"></a>
<div class="col-md-3 trusted-logo">
<a href="http://www.modcloth.com" target="_blank" alt="ModCloth"><img src="/static/img/modcloth-logo.png"></a>
</div>
<div class="col-md-3 trusted-logo">
<a href="https://travis-ci.com" target="_blank" alt="Travis CI"><img src="/static/img/travisci-logo.png"></a>
</div>
<div class="col-md-3 trusted-logo apptentive">
<a href="http://www.apptentive.com" target="_blank" alt="Apptentive"><img src="/static/img/apptentive-logo.svg"></a>
</div>
<div class="col-md-3 trusted-logo">
<a href="http://bex.io" target="_blank" alt="Bex.io"><img src="/static/img/bexio-logo.png"></a>
</div>
</div>
</div>
</div>