### Problem Currently text jitter when hover because of parent div has `hover:scale-[1.03]`. https://github.com/user-attachments/assets/36288fa7-60f2-4dcc-b0ee-650c4ab1074f ### Solution A option is to omit jitter is to remove scale and use shadow instead. Remove ```js hover:scale-[1.03] ``` Add ```js hover:-translate-y-2 ``` https://github.com/user-attachments/assets/b530dc40-b436-4afc-a718-803af0ff7a2c
Problem
Currently text jitter when hover because of parent div has
hover:scale-[1.03].jitter.mp4
Solution
A option is to omit jitter is to remove scale and use shadow instead.
Remove
Add
no-jitter.mp4