diff options
Diffstat (limited to 'docs/support.html')
-rw-r--r-- | docs/support.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/support.html b/docs/support.html index 5fa3cde651..c49a371dd1 100644 --- a/docs/support.html +++ b/docs/support.html @@ -1,5 +1,8 @@ <!--#include file="header.html" --> +<div class="row"> +<div class="col-sm-10 col-sm-offset-1"> + <h2>Support</h2> <p>You can get support for Buildroot through three main channels:</p> @@ -42,4 +45,7 @@ participate to find solutions to existing problems.</p> <p>Note: patches are only accepted through the mailing list.</p> +</div><!--/.col-sm-10 --> +</div><!--/.row --> + <!--#include file="footer.html" --> |