Change the width of the main and sidebar

This commit is contained in:
Kyle Johnson 2014-06-12 17:37:22 -04:00
parent 024e8777fc
commit 862547d1df
1 changed files with 2 additions and 2 deletions

View File

@ -25,10 +25,10 @@
<div class="container-fluid">
<div class="row">
<div class="col-sm-8">
<div class="col-sm-9">
</div>
<div class="col-sm-4">
<div class="col-sm-3">
{% include latest_release.ext %}
</div>
</div>