diy-template-components 0.3.1 → 0.3.2
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 +3 -3
- package/build/index.es.js.map +1 -1
- package/build/index.js +3 -3
- package/build/index.js.map +1 -1
- package/package.json +1 -1
package/build/index.es.js
CHANGED
|
@@ -2247,7 +2247,7 @@ const useSectionStyles$8 = createUseStyles(theme => ({
|
|
|
2247
2247
|
alignItems: 'center',
|
|
2248
2248
|
maxWidth: '100%',
|
|
2249
2249
|
gap: '72px',
|
|
2250
|
-
justifyContent:
|
|
2250
|
+
justifyContent: 'space-between'
|
|
2251
2251
|
},
|
|
2252
2252
|
textContainer: {
|
|
2253
2253
|
textAlign: 'left',
|
|
@@ -2255,7 +2255,7 @@ const useSectionStyles$8 = createUseStyles(theme => ({
|
|
|
2255
2255
|
maxWidth: '50%'
|
|
2256
2256
|
},
|
|
2257
2257
|
imageContainer: {
|
|
2258
|
-
width: '
|
|
2258
|
+
width: '50%',
|
|
2259
2259
|
position: 'relative',
|
|
2260
2260
|
paddingBottom: ({
|
|
2261
2261
|
isCustomWebsite
|
|
@@ -2270,7 +2270,7 @@ const useSectionStyles$8 = createUseStyles(theme => ({
|
|
|
2270
2270
|
fontSize: theme.typography.fontSize.subHead,
|
|
2271
2271
|
color: theme?.palette?.font?.default,
|
|
2272
2272
|
wordBreak: 'break-word',
|
|
2273
|
-
maxWidth: '
|
|
2273
|
+
maxWidth: '100%'
|
|
2274
2274
|
},
|
|
2275
2275
|
heading: {
|
|
2276
2276
|
margin: '0',
|