fix(deps): migrate tailwindcss to v4
All checks were successful
Build Docker Image / Build-Docker-Image (push) Successful in 2m51s
All checks were successful
Build Docker Image / Build-Docker-Image (push) Successful in 2m51s
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user