diff options
| author | jfriedli | 2025-03-29 15:20:52 +0000 |
|---|---|---|
| committer | jfriedli | 2025-03-29 15:20:52 +0000 |
| commit | a5c6cfe8088b00ca97a35947da9ddf92d71f74fc (patch) | |
| tree | 08e2ee0f45aacfeeb73991b9a3422642ba633547 /templates/info.html | |
| parent | b3d5d400f3fb16d483c8a092ce9a081761332aea (diff) | |
upgrade to tailwind 4v0.8.12
Diffstat (limited to 'templates/info.html')
| -rw-r--r-- | templates/info.html | 2 |
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 %} |
