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