styling for the demos
[myslice.git] / portal / templates / resource.html
index 27089a7..d379470 100644 (file)
@@ -6,8 +6,15 @@
 
 {% block unfold1_main %}
 
+<div align="center">
 <h1>Resource</h1>
+<div style="width:80%;">
 {{resource}}
+</div>
+<div style="width:80%;">
 {{resource_as_map}}
+</div>
+<div style="width:80%;">
 {{resource_stats}}
+</div>
 {% endblock %}