Skip to content
Snippets Groups Projects
Commit c6427de5 authored by Angela Wang's avatar Angela Wang
Browse files

Update file layout.html

parent 30dc1859
No related branches found
No related tags found
No related merge requests found
Pipeline #520660 passed
......@@ -23,7 +23,6 @@
{% include 'menu.html' %}
<!-- Header -->
{% if show_header is not defined or show_header and not is_home %}
<header class="page-header" style="background-color: #faead7;">
<h1 class="header-text" style=" margin: 0">
......@@ -31,7 +30,6 @@
</h1>
</header>
</body>
{% endif %}
<!-- Page Content -->
......@@ -52,11 +50,6 @@
background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(243,212,183,1) 33%, rgba(255,211,169,1) 100%);
width: 100%;
}
.container{
width: 100vh;
margin:0;
}
</style>
<!-- Footer: MUST mention license AND have a link to team wiki's repository on gitlab.igem.org -->
......
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