diff --git a/journals/templates/journals/_base.html b/journals/templates/journals/_base.html
index 576442429b4d8176c5e5ad0a0c13a076f8f809f4..d1813d03f65b98262441e431460898f13a213ba8 100644
--- a/journals/templates/journals/_base.html
+++ b/journals/templates/journals/_base.html
@@ -53,7 +53,7 @@
                     <p>{{journal}} is published by the SciPost Foundation under the journal doi: 10.21468/{{journal.name}} and ISSN {{journal.issn}}.</p>
                 {% endif %}
 		{% if journal.doi_label == 'SciPostPhys' %}
-		<p>All content in {{ journal }} is deposited and permanently preserved in the CLOCKSS archive <a href="https://www.clockss.org/clockss/Home"><img src="{% static 'scipost/images/clockss_original_logo_boxed_ai-cropped-90.png' %}" alt="CLOCKSS logo" width="40"></a></p>
+    		<p class="mb-0">All content in {{ journal }} is deposited and permanently preserved in the CLOCKSS archive <a href="https://www.clockss.org/clockss/Home" target="_blank"><img src="{% static 'scipost/images/clockss_original_logo_boxed_ai-cropped-90.png' %}" alt="CLOCKSS logo" width="40"></a></p>
 		{% endif %}
 	    </div>
         </div>