chore: bump tailwind to v4
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<div class="grid grid-cols-1 md:grid-cols-3 gap-4 mt-8">
|
||||
{{ range .Pages }}
|
||||
<div
|
||||
class="overflow-hidden rounded-lg shadow-lg border-2 hover:bg-primary-300 text-slate-600"
|
||||
class="overflow-hidden rounded-lg shadow-lg border-2 border-gray-200 hover:bg-primary-300 text-slate-600"
|
||||
>
|
||||
<a href="{{ .RelPermalink }}">
|
||||
{{ $image := .Resources.GetMatch "header" }}
|
||||
|
||||
Reference in New Issue
Block a user