From 7f8f66c796092155cab068544c598ed424f1aaf8 Mon Sep 17 00:00:00 2001 From: George Katsikas <giorgakis.katsikas@gmail.com> Date: Fri, 7 Jun 2024 18:58:24 +0200 Subject: [PATCH] align scipost logo with content container --- .../scipost/templates/scipost/header.html | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/scipost_django/scipost/templates/scipost/header.html b/scipost_django/scipost/templates/scipost/header.html index 9bdf9d897..7d98c60c0 100644 --- a/scipost_django/scipost/templates/scipost/header.html +++ b/scipost_django/scipost/templates/scipost/header.html @@ -3,7 +3,7 @@ <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"> <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 @@ </div> {% 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 {% include 'bi/search.html' %} - </label> - </div> - </form> - </div> </div> - - - </header> -- GitLab