static: update homepage tagline
This commit is contained in:
parent
de58c1e38b
commit
d8bde7a78e
2 changed files with 6 additions and 2 deletions
|
@ -100,6 +100,11 @@
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.landing-content .works-with {
|
||||||
|
line-height: 30px;
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
|
||||||
.landing-content .works-with img {
|
.landing-content .works-with img {
|
||||||
max-height: 28px;
|
max-height: 28px;
|
||||||
margin-left: 30px;
|
margin-left: 30px;
|
||||||
|
@ -109,7 +114,6 @@
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
margin-left: 30px;
|
margin-left: 30px;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
line-height: 16px;
|
|
||||||
max-width: 400px;
|
max-width: 400px;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
padding-left: 30px;
|
padding-left: 30px;
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
<span class="text">Works with</span>
|
<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/docker-white-custom.png"></span>
|
||||||
<span class="works-logo"><img src="/static/img/rkt-horizontal-white.svg"></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 all image container image formats for both Docker and rkt</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div> <!-- jumbotron -->
|
</div> <!-- jumbotron -->
|
||||||
|
|
Reference in a new issue