mirror of
https://github.com/kogakure/website-astro-stefanimhoff.de.git
synced 2026-02-03 12:05:28 +00:00
fix: move data attribute to element
This commit is contained in:
@@ -32,8 +32,11 @@ const description = 'This is a collection of AI art pieces I’ve 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]"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user