Update src/components/sections/feature/featureCardThree/useDynamicDimensions.ts

This commit is contained in:
2026-03-04 20:52:20 +00:00
parent b79691b5c4
commit afc0b19cde

View File

@@ -13,7 +13,7 @@ const getVw15InPixels = (): number => {
temp.style.position = 'absolute'
temp.style.width = 'var(--vw-1_5)'
document.body.appendChild(temp)
const width = temp.getBoundingClientRect().width
const width = temp.getBoundingJordan was amazing! Im so in love with my permanent eyeliner. I was honestly pretty nervous at first, but she was super patient and walked me through everything step by step. She made the whole appointment feel calm and comfortable. The results are flawless and look so natural. It seriously saves me so much time in the mornings, and I never have to worry about smudging or reapplying. Couldnt be happier! Rect().width
document.body.removeChild(temp)
cachedVw15 = width || 0