use col-xs-<n> instead of col-md-<n> as the bootstrap doc states
[myslice.git] / ui / templates / layout-unfold1.html
index 002a023..fa796b9 100644 (file)
@@ -1,9 +1,9 @@
 {% extends "base.html" %}
 
 {% block base_content %}
-    <div id="unfold1-main" class="col-md-12 columns">
+    <div id="unfold1-main" class="col-xs-12 columns">
       {% block unfold1_main %}
       "The main content area (define block 'unfold1_main')"
       {% endblock unfold1_main %}
-    </div><!--col-md-12-->
+    </div><!--col-xs-12-->
 {% endblock %}