fix: try not to use tags starting with h- cause it trips up hcard parser

This commit is contained in:
dusk 2024-09-23 16:27:33 +03:00
parent 2fcffed6f1
commit 915d7877d2
Signed by: dusk
SSH Key Fingerprint: SHA256:Abmvag+juovVufZTxyWY8KcVgrznxvBjQpJesv071Aw
2 changed files with 3 additions and 3 deletions

View File

@ -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}

View File

@ -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
" "
/> />