updated to tailwind 4.0

This commit is contained in:
2025-03-10 15:07:35 +01:00
parent a9326a490b
commit 14786d2798
25 changed files with 92 additions and 1441 deletions
+1 -1
View File
@@ -25,7 +25,7 @@
<!-- Page Heading -->
@if (isset($header))
<header class="bg-white dark:bg-gray-800 shadow">
<header class="bg-white dark:bg-gray-800 shadow-sm">
<div class="max-w-7xl mx-auto py-6 px-4 sm:px-6 lg:px-8">
{{ $header }}
</div>