From dc64cc688021d8fe06d15db6c6737273d28c3ac3 Mon Sep 17 00:00:00 2001 From: Shraddha <shraddharaghuram@student.tudelft.nl> Date: Mon, 19 Aug 2024 18:07:13 +0000 Subject: [PATCH] Update file layout.html --- wiki/layout.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/wiki/layout.html b/wiki/layout.html index 274921f..ccc74c7 100644 --- a/wiki/layout.html +++ b/wiki/layout.html @@ -8,13 +8,13 @@ <link rel="license" href="https://creativecommons.org/licenses/by/4.0/"/> <!-- Bootstrap CSS --> - <link href="{{ url_for('static', filename = 'bootstrap.min.css') }}" rel="stylesheet"> + <!-- <link href="{{ url_for('static', filename = 'bootstrap.min.css') }}" rel="stylesheet"> --> <!-- Custom CSS --> <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: AccidenzCommons, 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> -- GitLab