fix(deps): migrate tailwindcss to v4
All checks were successful
Build Docker Image / Build-Docker-Image (push) Successful in 2m51s

This commit is contained in:
2025-02-03 22:01:02 +01:00
parent 827a1271a4
commit 4a7551a7f7
7 changed files with 852 additions and 1291 deletions

View File

@@ -21,7 +21,7 @@ templ Layout(slot templ.Component, user templ.Component) {
<body hx-headers='{"csrf-token": "CSRF_TOKEN"}'>
<div class="h-screen flex flex-col">
<div class="flex justify-end items-center gap-2 py-1 px-2 h-12 md:gap-10 md:px-10 md:py-2 shadow">
<div class="flex justify-end items-center gap-2 py-1 px-2 h-12 md:gap-10 md:px-10 md:py-2 shadow-sm">
<a href="/" class="flex-1 flex gap-2">
<img src="/static/favicon.svg" alt="web-app-template logo" />
<span>web-app-template</span>