upgrade to tailwind 4

This commit is contained in:
jfriedli 2025-03-29 15:20:52 +00:00
parent b3d5d400f3
commit a5c6cfe808
8 changed files with 1495 additions and 2421 deletions

View file

@ -64,7 +64,7 @@
</h1>
<div>
{% for extension in extensions %}
<span class="rounded-full bg-blue text-white p-2 mb-2 mr-2 rounded float-left">
<span class="rounded-full bg-blue text-white p-2 mb-2 mr-2 rounded-sm float-left">
{{ extension }}
</span>
{% endfor %}