added responsive layout with groups
diff --git a/website/templates/html/web_page.html b/website/templates/html/web_page.html
index aaa0aa8..d3c646a 100644
--- a/website/templates/html/web_page.html
+++ b/website/templates/html/web_page.html
@@ -7,12 +7,8 @@
{% endblock %}
{% block content %}
- <div class="layout-wrapper layout-wrapper-background">
- <div class="web-content" style="text-align: {{ text_align }};">
- <div class="layout-main">
- {% include "html/slideshow.html" %}
- {{ main_section }}
- </div>
- </div>
- </div>
+<div class="span12" style="margin-top: 15px;">
+ {% include "html/slideshow.html" %}
+ {{ main_section }}
+</div>
{% endblock %}
\ No newline at end of file