diy-template-components 0.2.89 → 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 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: '100%'
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: '100%'
2273
+ maxWidth: '50%'
2273
2274
  },
2274
2275
  heading: {
2275
2276
  margin: '0',
@@ -3390,7 +3391,7 @@ const useSectionStyles$4 = createUseStyles(theme => ({
3390
3391
  fontWeight: theme.typography.fontWeight.bold,
3391
3392
  lineHeight: '71px',
3392
3393
  letterSpacing: '-3px',
3393
- color: theme?.palette?.font?.secondary,
3394
+ color: theme?.palette?.font?.default,
3394
3395
  marginBottom: theme.spacing.padding.tiny,
3395
3396
  wordBreak: 'break-word'
3396
3397
  },