aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/EquationBox.scss
blob: 55e0f5184cfd63218fa55bbd8584e69c50192b60 (plain)
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;
    }
}