@xelto.npm/xc2-lib 0.1.18 → 0.1.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs.js +1 -1
- package/dist/index.esm.js +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -98096,7 +98096,7 @@ var StyledModuleTileWrapper = styled$1(Box$1, {
|
|
|
98096
98096
|
backgroundColor: theme.mainPallete.primary.white,
|
|
98097
98097
|
display: 'flex',
|
|
98098
98098
|
flexDirection: 'column',
|
|
98099
|
-
justifyContent: '
|
|
98099
|
+
justifyContent: 'center',
|
|
98100
98100
|
alignItems: 'center',
|
|
98101
98101
|
height: '152px',
|
|
98102
98102
|
'@media(min-width:480px)': {
|
package/dist/index.esm.js
CHANGED
|
@@ -98076,7 +98076,7 @@ var StyledModuleTileWrapper = styled$1(Box$1, {
|
|
|
98076
98076
|
backgroundColor: theme.mainPallete.primary.white,
|
|
98077
98077
|
display: 'flex',
|
|
98078
98078
|
flexDirection: 'column',
|
|
98079
|
-
justifyContent: '
|
|
98079
|
+
justifyContent: 'center',
|
|
98080
98080
|
alignItems: 'center',
|
|
98081
98081
|
height: '152px',
|
|
98082
98082
|
'@media(min-width:480px)': {
|