diff --git a/scipost/static/scipost/assets/css/_general.scss b/scipost/static/scipost/assets/css/_general.scss index 146bc7345cd37e78a879524c69e51d9c1fd5ef63..0021920522e687e5f92235ec65bfe2a74dc02314 100644 --- a/scipost/static/scipost/assets/css/_general.scss +++ b/scipost/static/scipost/assets/css/_general.scss @@ -28,3 +28,10 @@ body #MathJax_Message { max-width: 1100px; margin: 0 auto; } + +footer .logos a { + width: 25%; + display: inline-block; + max-width: 100px; + padding: 0 0.25rem; +} diff --git a/scipost/templates/scipost/index.html b/scipost/templates/scipost/index.html index 3bfda600fb5852ff1e4019bf2e7974ef7c10dc65..6a4824519656a18bdab668c64c071350f3930305 100644 --- a/scipost/templates/scipost/index.html +++ b/scipost/templates/scipost/index.html @@ -176,12 +176,12 @@ </div> </div> </div> - <div class="col-lg-6"> + <div class="col-lg-6 logos"> <h1>SciPost participates in</h1> <br/> <a href="//www.crossref.org" target="_blank"><img src="//assets.crossref.org/logo/crossref-logo-200.svg" width="100" alt="Crossref logo"></a> - <a href="//www.doaj.org" target="_blank" class="ml-4"><img src="{% static 'scipost/images/doaj_logo_200.jpg' %}" width="90" alt="DOAJ logo"></a> - <a href="//www.clockss.org" target="_blank" class="ml-4"><img src="{% static 'scipost/images/clockss_original_logo_boxed_ai-cropped-90.png' %}" width="80" alt="Clockss logo"></a> + <a href="//www.doaj.org" target="_blank"><img src="{% static 'scipost/images/doaj_logo_200.jpg' %}" width="90" alt="DOAJ logo"></a> + <a href="//www.clockss.org" target="_blank"><img src="{% static 'scipost/images/clockss_original_logo_boxed_ai-cropped-90.png' %}" width="80" alt="Clockss logo"></a> </div> </div> </footer>