fix: try not to use tags starting with h- cause it trips up hcard parser
This commit is contained in:
parent
2fcffed6f1
commit
915d7877d2
@ -9,7 +9,7 @@
|
|||||||
<div
|
<div
|
||||||
class="
|
class="
|
||||||
flex flex-col
|
flex flex-col
|
||||||
max-w-screen-md xl:max-w-screen-lg 2xl:max-w-screen-xl min-w-[30ch] lg:min-w-[40ch] w-full md:w-fit h-fit
|
max-w-screen-md xl:max-w-screen-lg 2xl:max-w-screen-xl min-w-[30ch] lg:min-w-[40ch] w-full md:w-fit [height:fit-content]
|
||||||
border-ralsei-white border-ridge border-8 border-t-[12px]
|
border-ralsei-white border-ridge border-8 border-t-[12px]
|
||||||
bg-ralsei-black
|
bg-ralsei-black
|
||||||
animate-{chosenKeyframe}
|
animate-{chosenKeyframe}
|
||||||
|
@ -46,13 +46,13 @@
|
|||||||
<div
|
<div
|
||||||
class="
|
class="
|
||||||
app-grid-background motion-safe:app-grid-background-anim
|
app-grid-background motion-safe:app-grid-background-anim
|
||||||
fixed -z-10 w-full h-full top-0 left-0
|
fixed -z-10 w-full [height:100%] top-0 left-0
|
||||||
"
|
"
|
||||||
/>
|
/>
|
||||||
<div
|
<div
|
||||||
class="
|
class="
|
||||||
app-grid-background-second-layer motion-safe:app-grid-background-second-layer-anim
|
app-grid-background-second-layer motion-safe:app-grid-background-second-layer-anim
|
||||||
fixed -z-20 w-full h-full top-0 left-0
|
fixed -z-20 w-full [height:100%] top-0 left-0
|
||||||
"
|
"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user