summaryrefslogtreecommitdiff
path: root/templates/info.html
diff options
context:
space:
mode:
authorjfriedli2025-03-29 15:20:52 +0000
committerjfriedli2025-03-29 15:20:52 +0000
commita5c6cfe8088b00ca97a35947da9ddf92d71f74fc (patch)
tree08e2ee0f45aacfeeb73991b9a3422642ba633547 /templates/info.html
parentb3d5d400f3fb16d483c8a092ce9a081761332aea (diff)
upgrade to tailwind 4v0.8.12
Diffstat (limited to 'templates/info.html')
-rw-r--r--templates/info.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/info.html b/templates/info.html
index a2d9c92..7e6155d 100644
--- a/templates/info.html
+++ b/templates/info.html
@@ -64,7 +64,7 @@
64 </h1> 64 </h1>
65 <div> 65 <div>
66 {% for extension in extensions %} 66 {% for extension in extensions %}
67 <span class="rounded-full bg-blue text-white p-2 mb-2 mr-2 rounded float-left"> 67 <span class="rounded-full bg-blue text-white p-2 mb-2 mr-2 rounded-sm float-left">
68 {{ extension }} 68 {{ extension }}
69 </span> 69 </span>
70 {% endfor %} 70 {% endfor %}