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 {
|
||||
padding: 5px 0 10px 20px;
|
||||
float: left;
|
||||
width: 100%;
|
||||
min-height: 100px;
|
||||
max-width: 750px;
|
||||
margin: 0px 0 15px 8px;
|
||||
max-width: 752px;
|
||||
margin: 0px 0 15px 9px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.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.
|
||||
|
||||
<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 %}
|
||||
### Learn the basics of Docker
|
||||
|
||||
|
|
Loading…
Reference in New Issue