mirror of
https://github.com/Cian-H/invenio-theme-iform.git
synced 2026-05-22 23:04:43 +01:00
bugfix(ui): logos alignment
This commit is contained in:
@@ -117,7 +117,7 @@ details.
|
||||
{% trans invenio_rdm="http://inveniosoftware.org/products/rdm" %}<strong>Powered by</strong>
|
||||
<a href="{{invenio_rdm}}" target="_blank" title="invenioRDM">{% endtrans %}
|
||||
<br>
|
||||
<img src="{{ url_for('static', filename='images/inveniordm-tail.svg')}}" alt="invenioRDM" height="80px">
|
||||
<img src="{{ url_for('static', filename='images/inveniordm-tail.svg')}}" alt="invenioRDM" height="90px">
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
@@ -128,7 +128,7 @@ details.
|
||||
<br>
|
||||
<img src="{{ url_for('static', filename='images/Fair_Data_Austria_orangerot.png')}}" alt="Fair Data Austria"
|
||||
style="
|
||||
width: 220px;
|
||||
width: 230px;
|
||||
margin-top: 15px;
|
||||
height: auto;">
|
||||
</a>
|
||||
@@ -142,9 +142,9 @@ details.
|
||||
<br>
|
||||
<img src="{{ url_for('static', filename='images/oea.svg')}}" alt="Open Education Austria"
|
||||
style="
|
||||
margin-top: -10px;
|
||||
margin-top: -5px;
|
||||
margin-left: 10px;
|
||||
width: 220px;
|
||||
width: 200px;
|
||||
height: auto;">
|
||||
</a>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user