diy-template-components 0.3.0 → 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 CHANGED
@@ -2246,15 +2246,16 @@ 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
- width: '100%',
2258
+ width: '50%',
2258
2259
  position: 'relative',
2259
2260
  paddingBottom: ({
2260
2261
  isCustomWebsite