🐛 fix card height in lists

This commit is contained in:
Nuno Coração
2023-04-10 21:56:12 +01:00
parent ae3b8d9933
commit b2849743d6
2 changed files with 5 additions and 10 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
{{ else }}
<a href="{{ .RelPermalink }}" class="min-w-full">
{{ end }}
<div class="border border-neutral-200 dark:border-neutral-700 border-2 rounded overflow-hidden shadow-2xl relative backdrop-blur">
<div class="min-h-full border border-neutral-200 dark:border-neutral-700 border-2 rounded overflow-hidden shadow-2xl relative backdrop-blur">
{{- with $.Params.images -}}
{{- range first 6 . }}