Merge pull request #1677 from robszumski/homepage-tagline
static: update homepage tagline
This commit is contained in:
commit
f7c8c4ca2c
2 changed files with 6 additions and 2 deletions
|
@ -100,6 +100,11 @@
|
|||
position: relative;
|
||||
}
|
||||
|
||||
.landing-content .works-with {
|
||||
line-height: 30px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.landing-content .works-with img {
|
||||
max-height: 28px;
|
||||
margin-left: 30px;
|
||||
|
@ -109,7 +114,6 @@
|
|||
vertical-align: middle;
|
||||
margin-left: 30px;
|
||||
font-size: 12px;
|
||||
line-height: 16px;
|
||||
max-width: 400px;
|
||||
display: inline-block;
|
||||
padding-left: 30px;
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<span class="text">Works with</span>
|
||||
<span class="works-logo"><img src="/static/img/docker-white-custom.png"></span>
|
||||
<span class="works-logo"><img src="/static/img/rkt-horizontal-white.svg"></span>
|
||||
<span class="supports">Supports Docker (v1 and v2) and rkt images. Images are transformed on the fly, allowing you to push Docker and pull rkt.</span>
|
||||
<span class="supports">Supports container image formats for both Docker and rkt</span>
|
||||
</div>
|
||||
</div>
|
||||
</div> <!-- jumbotron -->
|
||||
|
|
Reference in a new issue