fix: move data attribute to element

This commit is contained in:
Stefan Imhoff
2023-07-01 13:52:28 +02:00
parent 8e7151d68d
commit 1dcb905d50

View File

@@ -32,8 +32,11 @@ const description = 'This is a collection of AI art pieces Ive created with S
<Intro components={mapping} />
</article>
<nav class="col-start-1 col-end-18 md:col-start-1 md:col-end-16" aria-label="AI Art">
<nav
aria-label="AI Art"
class="col-start-1 col-end-18 md:col-start-1 md:col-end-16"
data-pagefind-ignore
>
<ol
class="gap-[max(25px,_2vw)] md:grid md:grid-flow-row-dense md:auto-rows-[50px] md:grid-cols-[repeat(auto-fit,_minmax(50px,_1fr))] md:grid-rows-[50px]"
>