Skip to content
Snippets Groups Projects
Commit 3147f084 authored by Shraddha Raghuram's avatar Shraddha Raghuram
Browse files

fix margins

parent d8c386cf
No related branches found
No related tags found
No related merge requests found
Pipeline #404067 passed
......@@ -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' %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment