If we want to center something vertically in normal CSS it is: ``` CSS vertical-align: middle; ``` in NS we should write ``` CSS vertical-align: center; ``` I think we should match it with the standard CSS property value.
If we want to center something vertically in normal CSS it is:
in NS we should write
I think we should match it with the standard CSS property value.