diff --git a/scipost_django/scipost/templates/scipost/_hx_participates_in.html b/scipost_django/scipost/templates/scipost/_hx_participates_in.html index d8f7f4e3726629d3be54a9179fa4fd5ed29fff35..be6866bd1faa10e073ae3a317930a00dbe03104a 100644 --- a/scipost_django/scipost/templates/scipost/_hx_participates_in.html +++ b/scipost_django/scipost/templates/scipost/_hx_participates_in.html @@ -1,6 +1,6 @@ {% load static %} -<h2 class="highlight my-2">SciPost participates in</h2> +<h2 class="highlight my-2 fs-2">SciPost participates in</h2> <div class="px-3 logos"> <a href="https://www.crossref.org" target="_blank" rel="noopener"> <img src="https://assets.crossref.org/logo/crossref-logo-200.svg" diff --git a/scipost_django/scipost/templates/scipost/portal/_home_register_prompt.html b/scipost_django/scipost/templates/scipost/portal/_home_register_prompt.html index 33a20be305477ee0f75300567d41640d94d5fd9c..23cf8f50815fdbcb43b1a0269517c7ebca9ce642 100644 --- a/scipost_django/scipost/templates/scipost/portal/_home_register_prompt.html +++ b/scipost_django/scipost/templates/scipost/portal/_home_register_prompt.html @@ -2,7 +2,7 @@ <!-- Register --> <div class="card border border-danger mb-3"> <div class="card-header"> - <h3>Register</h3> + <h2 class="fs-2">Register</h2> </div> <div class="card-body"> <p class="mb-1"> diff --git a/scipost_django/scipost/templates/scipost/portal/_home_scipost_intro.html b/scipost_django/scipost/templates/scipost/portal/_home_scipost_intro.html index ff8d8bb529b2ccd0f91e994a40c4b99c755bcc1a..5a2ea32aeab1ba35046901a4ff220dbce32e8b65 100644 --- a/scipost_django/scipost/templates/scipost/portal/_home_scipost_intro.html +++ b/scipost_django/scipost/templates/scipost/portal/_home_scipost_intro.html @@ -4,9 +4,9 @@ <div class="text-primary fs-1 my-2"> SciPost is a complete publishing infrastructure <br class="d-none d-lg-block" /> - serving professional scientists worldwide. + serving professional scientists worldwide </div> - <div class="text-start d-flex flex-row my-2 gap-4 justify-content-center "> + <div class="text-start d-flex flex-row my-2 gap-5 justify-content-center "> <ul class="mx-2 d-flex flex-column gap-1 list-unstyled"> <li>Two-Way Open Access</li> <li>Copyright to Authors</li> diff --git a/scipost_django/scipost/templates/scipost/portal/_hx_home.html b/scipost_django/scipost/templates/scipost/portal/_hx_home.html index 45f842ce7fb22fe86d7a9c2d4e88e41eee61b723..6381d8e7c46ee86d99b21655c5959f8ec97b9788 100644 --- a/scipost_django/scipost/templates/scipost/portal/_hx_home.html +++ b/scipost_django/scipost/templates/scipost/portal/_hx_home.html @@ -1,6 +1,6 @@ {% load static %} -<div class="row g-4"> +<div class="row gx-5"> <div class="col-md-8"> {% include 'scipost/portal/_home_scipost_intro.html' %} @@ -10,7 +10,7 @@ <div hx-trigger="load once" hx-swap="outerHTML" hx-get="{% url "scipost:portal_hx_recent_publications" %}"> - <h2 class="highlight mt-0">Recent Publications</h2> + <h2 class="highlight mt-0 fs-2">Recent Publications</h2> <div class="placeholder-glow d-flex flex-column gap-4"> {% for i_repeat in '12345' %} @@ -33,7 +33,7 @@ <!-- News --> <div class="news"> <h2 class="highlight mt-0"> - <a href="{% url "news:news" %}" class="text-body">News</a> + <a href="{% url "news:news" %}" class="text-body fs-2">News</a> </h2> <ul> @@ -69,10 +69,10 @@ </div> </div> -<div class="row g-4"> +<div class="row gx-5"> <div class="col-md-8"> <h2 class="highlight my-2"> - <a href="{% url "sponsors:sponsors" %}" class="text-body">Sponsors</a> + <a href="{% url "sponsors:sponsors" %}" class="text-body fs-2">Sponsors</a> </h2> <div class="row px-3"> <div class="col-md-6"> @@ -99,7 +99,7 @@ <div class="col-md-4"> <div class="news"> <h2 class="highlight my-2"> - <a href="{% url "blog:blog_index" %}" class="text-body">Blog</a> + <a href="{% url "blog:blog_index" %}" class="text-body fs-2">Blog</a> </h2> <ul class="px-3"> <li> @@ -120,7 +120,7 @@ <div class="col-md-8"> <h2 class="highlight my-2"> - <a href="{% url "finances:business_model" %}" class="text-body">Business Model</a> + <a href="{% url "finances:business_model" %}" class="text-body fs-2">Business Model</a> </h2> <div class="row px-3"> <div class="col"> diff --git a/scipost_django/scipost/templates/scipost/portal/_hx_recent_publications.html b/scipost_django/scipost/templates/scipost/portal/_hx_recent_publications.html index 5ec75e18e07404f95d466fc4015f89aabd21f6ca..88a8c001a0a1058848b3b61ee3b323ec7876f883 100644 --- a/scipost_django/scipost/templates/scipost/portal/_hx_recent_publications.html +++ b/scipost_django/scipost/templates/scipost/portal/_hx_recent_publications.html @@ -2,7 +2,7 @@ <div class="publications"> <h2 class="highlight px-3 d-flex flex-row justify-content-between align-items-center"> - <a href="{% url "journals:publications" %}" class="text-body">Recent publications</a> + <a href="{% url "journals:publications" %}" class="text-body fs-2">Recent publications</a> <form hx-trigger="input change" hx-target="div.publications" hx-swap="outerHTML" @@ -11,7 +11,7 @@ </form> </h2> - <div class="publication-list"> + <div class="publication-list px-3"> {% for publication in publications %} {% include 'journals/_publication_li_content-alt.html' with publication=publication %}