2
0
mirror of https://github.com/inventree/inventree-website.git synced 2025-05-02 07:26:49 +00:00

fix spacing and headers

This commit is contained in:
Matthias Mair 2023-01-28 16:20:33 +01:00
parent 0d45cd0cdc
commit 0b6e11e8a7
No known key found for this signature in database
GPG Key ID: A593429DDA23B66A

View File

@ -17,7 +17,7 @@ layout: default
{% endfor %}
{% assign all_items = all_items | uniq | sort %}
<p>The full list of plugins is available on the main <a href="{% link plugins.html %}">plugin list</a> page.</p>
<p>The full list of plugins is available on the main <a href="{% link plugins.html %}">plugin list</a> page.</p><br>
<p class="mb-0 italic">Click on a name to jump to the plugins that are marked with it.</p>
<i class="fa fa-tag"></i>
{% for item in all_items %}
@ -28,11 +28,12 @@ layout: default
{% endunless %}
{% endfor %}
</span>
<br><br>
{% for item in all_items %}
{% unless item == "" %}
<div id="{{ item | slugify }}" class="anchor"></div>
<h2>{{ item }}</h2>
<h2 class="text-lg sm:text-xl cm-gray-1 font-medium title-font mb-2">{{ item }}</h2>
<div>
{% for plugin in site[page.collection] %}