Remove extraneous backdrop-blurs across partials

This commit is contained in:
Ryan Gibson
2023-12-18 13:02:00 -05:00
parent b6744efbf2
commit 854f773c65
9 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
{{ else }}
<a href="{{ .RelPermalink }}" class="min-w-full">
{{ end }}
<div class="min-h-full 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">
{{- with $.Params.images -}}
{{- range first 6 . }}