1 2 3 4 5 6 7 8 9
@import '../global/globalCssVariables.module.scss'; .equationBox-cont { transform-origin: center; width: fit-content; > span { width: fit-content; } }