1
Fork 0
mirror of https://github.com/RGBCube/Site synced 2025-07-30 12:37:50 +00:00

index: fix wrong transform

This commit is contained in:
RGBCube 2025-06-08 15:34:59 +03:00
parent f3848ece6f
commit 9d0ebe5eb6
Signed by: RGBCube
SSH key fingerprint: SHA256:CzqbPcfwt+GxFYNnFVCqoN5Itn4YFrshg1TrnACpA5M

View file

@ -21,7 +21,7 @@ prevent_zoom: true
{{> const style = `
bg-white font-[ecrou] text-black text-sm outline-2 outline-black
select-none
px-1 pt-0.5 transform-[translateY(calc(-var(--spacing)*0.5/2))]
px-1 pt-0.5 transform-[translateY(calc(var(--spacing)*-0.5/2))]
nuclear
` }}