diy-template-components 1.0.59 → 1.0.60
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/build/index.es.js +4 -2
- package/build/index.es.js.map +1 -1
- package/build/index.js +4 -2
- package/build/index.js.map +1 -1
- package/package.json +1 -1
package/build/index.es.js
CHANGED
|
@@ -3140,13 +3140,15 @@ const useSectionStyles$6 = createUseStyles(theme => {
|
|
|
3140
3140
|
justifyContent: 'center',
|
|
3141
3141
|
alignItems: 'center',
|
|
3142
3142
|
position: 'absolute',
|
|
3143
|
-
padding: '
|
|
3143
|
+
padding: '24px 16px',
|
|
3144
3144
|
height: '100%',
|
|
3145
3145
|
width: '100%',
|
|
3146
3146
|
zIndex: '99',
|
|
3147
3147
|
background: 'trasparent'
|
|
3148
3148
|
},
|
|
3149
|
-
textContainer: {
|
|
3149
|
+
textContainer: {
|
|
3150
|
+
padding: '24px 16px'
|
|
3151
|
+
},
|
|
3150
3152
|
// textContainer: {
|
|
3151
3153
|
// position: ({ mobileImage }) => mobileImage ? 'absolute' : '',
|
|
3152
3154
|
// padding: ({ mobileImage }) => mobileImage ? '20px 20px' : '24px 16px',
|