From d003dc0d2b84130bd98167140c2bff7475af7aba Mon Sep 17 00:00:00 2001
From: Shraddha <shraddharaghuram@student.tudelft.nl>
Date: Mon, 26 Aug 2024 08:43:24 +0000
Subject: [PATCH] remove container for page content

---
 wiki/layout.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/wiki/layout.html b/wiki/layout.html
index 50728e8..a3163ca 100644
--- a/wiki/layout.html
+++ b/wiki/layout.html
@@ -56,9 +56,9 @@
   </header> -->
 
   <!-- Page Content -->
-  <div class="container">
+  <!-- <div class="container"> -->
     {% block page_content %}{% endblock %}
-  </div>
+  <!-- </div> -->
 
   <!-- Footer: MUST mention license AND have a link to team wiki's repository on gitlab.igem.org -->
   {% include 'footer.html' %}
-- 
GitLab