From 3147f084700a3a8542dbc1583c1e8145cf399e56 Mon Sep 17 00:00:00 2001
From: Shraddha <shraddharaghuram@student.tudelft.nl>
Date: Thu, 15 Aug 2024 12:51:24 +0000
Subject: [PATCH] fix margins

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

diff --git a/wiki/layout.html b/wiki/layout.html
index b0c4af7..70d7fa7 100644
--- a/wiki/layout.html
+++ b/wiki/layout.html
@@ -14,7 +14,7 @@
     <link href="{{ url_for('static', filename = 'style.css') }}" rel="stylesheet">
     <link href="{{ url_for('static', filename = 'footer.css') }}" rel="stylesheet">
 
-    <!-- <style>
+    <style>
       body {
             font-family: Agrandir, sans-serif;
             line-height: 1.6;
@@ -31,7 +31,7 @@
       .image-text-wrapper figure {
           margin: 0;
       }
-  </style> -->
+  </style>
 
     <title>{% block title %}{% endblock %} | TU-Delft - iGEM 2024</title>
 
@@ -53,9 +53,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