diff --git a/wiki/layout.html b/wiki/layout.html index b0c4af7b727781916bf74ef091ae4dd578110e56..70d7fa7c6c37e8faaf49fd4ac881740aa3e613bd 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' %}