SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit eeee12d7 authored by Jean-Sébastien Caux's avatar Jean-Sébastien Caux
Browse files

Tweak, remove some outdated CSS

parent c678d65c
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@ main {
}
img {
max-width: 100%;
//max-width: 100%;
}
.col-md-0 {
......
.granting-institutions > a {
width: 25%;
display: inline-block;
max-width: 100px;
padding: 0 0.25rem;
}
.supporting-partners ul {
height: 100px !important;
list-style: none;
li {
height: 100px !important;
list-style: none;
li {
height: 100px !important;
img {
max-height: 100px !important;
height: auto !important;
width: auto !important;
}
}
}
}
.teaser-box {
padding: 1rem;
border: 2px solid $scipost-orange;
border-radius: 3px;
}
.homepage {
.logos a {
......
......@@ -6,30 +6,30 @@
</div>
<div class="card-body logos">
<a href="https://www.crossref.org" target="_blank" rel="noopener">
<img src="https://assets.crossref.org/logo/crossref-logo-200.svg" width="100" height="auto" alt="Crossref logo">
<img src="https://assets.crossref.org/logo/crossref-logo-200.svg" width="100" height="65" alt="Crossref logo">
</a>
<a href="https://www.doaj.org" target="_blank" rel="noopener">
<picture>
<source type="image/webp" srcset="{% static 'scipost/images/doaj_logo_200.webp' %} 90w">
<img src="{% static 'scipost/images/doaj_logo_200.jpg' %}" width="90" height="auto" alt="DOAJ logo">
<img src="{% static 'scipost/images/doaj_logo_200.jpg' %}" width="90" height="90" alt="DOAJ logo">
</picture>
</a>
<a href="https://www.clockss.org" target="_blank" rel="noopener">
<picture>
<source type="image/webp" srcset="{% static 'scipost/images/clockss_original_logo_boxed_ai-cropped-90.webp' %} 80w">
<img src="{% static 'scipost/images/clockss_original_logo_boxed_ai-cropped-90.png' %}" width="80" height="auto" alt="Clockss logo">
<img src="{% static 'scipost/images/clockss_original_logo_boxed_ai-cropped-90.png' %}" width="80" height="73" alt="Clockss logo">
</picture>
</a>
<a href="https://i4oc.org/" target="_blank" rel="noopener">
<picture>
<source type="image/webp" srcset="{% static 'scipost/images/I4OC.webp' %} 100w">
<img src="{% static 'scipost/images/I4OC.png' %}" width="100" height="auto" alt="I4OC logo">
<img src="{% static 'scipost/images/I4OC.png' %}" width="100" height="37" alt="I4OC logo">
</picture>
</a>
<a href="https://freejournals.org" target="_blank" rel="noopener">
<picture>
<source type="image/webp" srcset="{% static 'scipost/images/FJN-logo-long.webp' %} 100w">
<img src="{% static 'scipost/images/FJN-logo-long.png' %}" width="100" height="auto" alt="FJN logo">
<img src="{% static 'scipost/images/FJN-logo-long.png' %}" width="100" height="46" alt="FJN logo">
</picture>
</a>
</div>
......
......@@ -6,7 +6,7 @@
<div class="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" /></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>
</div>
{% if session_acad_field_form %}
......
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