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.js CHANGED
@@ -2261,12 +2261,13 @@ const useSectionStyles$8 = createUseStyles(theme => ({
2261
2261
  flexDirection: 'row',
2262
2262
  alignItems: 'center',
2263
2263
  maxWidth: '100%',
2264
- gap: '72px'
2264
+ gap: '72px',
2265
+ justifyContent: "space-between"
2265
2266
  },
2266
2267
  textContainer: {
2267
2268
  textAlign: 'left',
2268
- margin: '0 auto',
2269
- maxWidth: '100%'
2269
+ // margin: '0 auto',
2270
+ maxWidth: '50%'
2270
2271
  },
2271
2272
  imageContainer: {
2272
2273
  width: '100%',
@@ -2284,7 +2285,7 @@ const useSectionStyles$8 = createUseStyles(theme => ({
2284
2285
  fontSize: theme.typography.fontSize.subHead,
2285
2286
  color: theme?.palette?.font?.default,
2286
2287
  wordBreak: 'break-word',
2287
- maxWidth: '100%'
2288
+ maxWidth: '50%'
2288
2289
  },
2289
2290
  heading: {
2290
2291
  margin: '0',
@@ -3405,7 +3406,7 @@ const useSectionStyles$4 = createUseStyles(theme => ({
3405
3406
  fontWeight: theme.typography.fontWeight.bold,
3406
3407
  lineHeight: '71px',
3407
3408
  letterSpacing: '-3px',
3408
- color: theme?.palette?.font?.secondary,
3409
+ color: theme?.palette?.font?.default,
3409
3410
  marginBottom: theme.spacing.padding.tiny,
3410
3411
  wordBreak: 'break-word'
3411
3412
  },