components

This commit is contained in:
Josh south 2017-03-02 01:17:40 -08:00
parent 27773084ed
commit 78530e93e3
2 changed files with 4 additions and 4 deletions

View File

@ -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,

View File

@ -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