diff options
Diffstat (limited to 'budget/templates/sidebar_table_layout.html')
| -rw-r--r-- | budget/templates/sidebar_table_layout.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/budget/templates/sidebar_table_layout.html b/budget/templates/sidebar_table_layout.html index 7c831f4..239acb3 100644 --- a/budget/templates/sidebar_table_layout.html +++ b/budget/templates/sidebar_table_layout.html @@ -2,11 +2,11 @@ {% block body %} <div class="row" style="height: 100%"> -<aside id="sidebar" class="sidebar col-3 " style="height: 100%"> +<aside id="sidebar" class="sidebar col-xs-12 col-md-3 " style="height: 100%"> {% block sidebar %}{% endblock %} </aside> -<main class="offset-md-3 col-9"> +<main class="offset-md-3 col-xs-12 col-md-9"> {% block content %}{% endblock %} </main> |
