UI: Web Assets v2 upgrade #85

Merged
Márton Lente merged 52 commits from martonlente/extensions-website:ui/web-assets-v2-upgrade into main 2024-04-30 17:57:33 +02:00
Showing only changes of commit 972dc822c7 - Show all commits

View File

@ -40,7 +40,7 @@
<a href="{% url 'extensions:by-type' type_slug='add-ons' %}" class="ms-auto">See all</a>
</div>
<p>Extend Blender capabilities with these add-ons by the community.</p>
<div class="cards mt-3">
<div class="cards cards-lg-4 cards-md-3 cards-sm-2 mt-3">
{% for extension in addons %}
{% include "extensions/components/card.html" %}
{% endfor %}
@ -57,7 +57,7 @@
</a>
</div>
<p>Blender themes to your liking. Dark, light, flat, colorful, and everything in between.</p>
<div class="cards mt-3">
<div class="cards cards-lg-4 cards-md-3 cards-sm-2 mt-3">
{% for extension in themes %}
{% include "extensions/components/card.html" %}
{% endfor %}