SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit 7f8f66c7 authored by George Katsikas's avatar George Katsikas :goat:
Browse files

align scipost logo with content container

parent e91d304e
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<header> <header>
<div class="d-lg-flex justify-content-between p-4 pb-0 pb-lg-4 w-100"> <div class="container d-lg-flex justify-content-between p-4 pb-0 pb-lg-4 w-100">
<div class="me-2 my-4 my-md-auto" style="flex: 200px"> <div class="me-2 my-4 my-md-auto" style="flex: 200px">
<a href="{% url 'scipost:index' %}"><img src="{% static 'scipost/images/logo_scipost_RGB_HTML_groot.png' %}" class="m-0 p-0" alt="SciPost logo" style="max-width: unset;" width="180" height="55" /></a> <a href="{% url 'scipost:index' %}"><img src="{% static 'scipost/images/logo_scipost_RGB_HTML_groot.png' %}" class="m-0 p-0" alt="SciPost logo" style="max-width: unset;" width="180" height="55" /></a>
...@@ -26,18 +26,5 @@ ...@@ -26,18 +26,5 @@
</div> </div>
{% endif %} {% endif %}
<div class="mt-4 my-lg-auto ms-2">
<form id="header-search-form" method="get" action="{% url 'scipost:search' %}">
<div class="form-floating">
<input type="text" id="headerSearchInput" class="form-control" name="q" placeholder="Search" value="{{ request.GET.q }}">
<label for="headerSearchInput" class="text-white">
Quick search&emsp;{% include 'bi/search.html' %}
</label>
</div>
</form>
</div>
</div> </div>
</header> </header>
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