mirror of https://github.com/docker/docs.git
Fix wording & centering
This commit is contained in:
parent
10ecaa6f6e
commit
dd0c4fd3c2
|
|
@ -34,21 +34,21 @@
|
|||
<div class="info">
|
||||
<img src="{{.Site.BaseURL}}/images/engine.png">
|
||||
<h3>Docker Engine</h3>
|
||||
<p>Creates and runs Docker containers.</p>
|
||||
<p>Create and runs Docker containers.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="item">
|
||||
<div class="info">
|
||||
<img src="{{.Site.BaseURL}}/images/machine.png">
|
||||
<h3>Docker Machine</h3>
|
||||
<p>Provisions Docker to local or remote machines.</p>
|
||||
<p>Provision Docker-ready local or remote machines.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="item">
|
||||
<div class="info">
|
||||
<img src="{{.Site.BaseURL}}/images/compose.png">
|
||||
<h3>Docker Compose</h3>
|
||||
<p>Define multi-container applications. (Mac OS X only)</p>
|
||||
<p>Define multi-container applications. (OS X only)</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="item">
|
||||
|
|
|
|||
|
|
@ -295,9 +295,11 @@ table {
|
|||
height: auto;
|
||||
}
|
||||
.content .items .item .info {
|
||||
text-align: center;
|
||||
padding-right: 1rem;
|
||||
}
|
||||
.content .documentation {
|
||||
text-align: center;
|
||||
padding: 2rem 0;
|
||||
}
|
||||
.content .documentation h3 {
|
||||
|
|
@ -309,8 +311,7 @@ table {
|
|||
}
|
||||
.content .documentation .cta .btn {
|
||||
display: inline-block;
|
||||
margin-right: 1rem;
|
||||
margin-bottom: 1rem;
|
||||
margin: 0.5rem;
|
||||
transition: all 100ms;
|
||||
background-color: #ff992e;
|
||||
box-shadow: 0.4rem 0.4rem 0 rgba(0, 0, 0, 0.05);
|
||||
|
|
|
|||
|
|
@ -147,11 +147,13 @@
|
|||
height: auto;
|
||||
}
|
||||
.info {
|
||||
text-align: center;
|
||||
padding-right: 1rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
.documentation {
|
||||
text-align: center;
|
||||
padding: 2rem 0;
|
||||
h3 {
|
||||
color: fade(white, 70%);
|
||||
|
|
@ -161,8 +163,7 @@
|
|||
padding: 1rem 0 0 0;
|
||||
.btn {
|
||||
display: inline-block;
|
||||
margin-right: 1rem;
|
||||
margin-bottom: 1rem;
|
||||
margin: 0.5rem;
|
||||
transition: all 100ms;
|
||||
background-color: @brand-orange;
|
||||
box-shadow: 0.4rem 0.4rem 0 fade(black, 5%);
|
||||
|
|
|
|||
Loading…
Reference in New Issue