mirror of https://github.com/docker/docs.git
components
This commit is contained in:
parent
27773084ed
commit
78530e93e3
|
@ -1190,10 +1190,10 @@ i.fa.fa-outdent {
|
||||||
.component-full {
|
.component-full {
|
||||||
padding: 5px 0 10px 20px;
|
padding: 5px 0 10px 20px;
|
||||||
float: left;
|
float: left;
|
||||||
width: 100%;
|
|
||||||
min-height: 100px;
|
min-height: 100px;
|
||||||
max-width: 750px;
|
max-width: 752px;
|
||||||
margin: 0px 0 15px 8px;
|
margin: 0px 0 15px 9px;
|
||||||
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.component,
|
.component,
|
||||||
|
|
2
index.md
2
index.md
|
@ -10,7 +10,7 @@ Docker packages your app with its dependencies, freeing you from worrying about
|
||||||
your system configuration, and making your app more portable.
|
your system configuration, and making your app more portable.
|
||||||
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-sm-12 col-md-12 col-lg-6 block">
|
<div class="col-sm-12 col-md-12 col-lg-6">
|
||||||
{% capture basics %}
|
{% capture basics %}
|
||||||
### Learn the basics of Docker
|
### Learn the basics of Docker
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue