2
0
mirror of https://github.com/inventree/inventree-website.git synced 2025-04-28 13:36:47 +00:00

fix margin

This commit is contained in:
Matthias Mair 2022-04-19 22:05:30 +02:00
parent 73248fa312
commit bffdcb9258

View File

@ -1,4 +1,4 @@
{% assign publisher_ref = site.publishers | where: 'short_name', include.pub | first %} {% assign publisher_ref = site.publishers | where: 'short_name', include.pub | first %}
<a href="{{ publisher_ref.url | relative_url }}" class="custom-underline-blue"> <a href="{{ publisher_ref.url | relative_url }}" class="custom-underline-blue">
by <span class="inline-flex"><img src="https://github.com/{{ include.pub }}.png?size=40" alt="mdo" class="self-center w-5 h-5 rounded-full mx-1"> {{ include.pub }}</span> by <span class="inline-flex"><img src="https://github.com/{{ include.pub }}.png?size=40" alt="mdo" class="self-center w-5 h-5 rounded-full mx-1" style="margin:0px"> {{ include.pub }}</span>
</a> </a>