diy-template-components 0.0.56 → 0.0.57

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
@@ -5571,7 +5571,8 @@ const useSectionStyles$1 = createUseStyles(theme => ({
5571
5571
  backgroundColor: theme?.palette?.background?.default,
5572
5572
  boxShadow: theme?.shadows?.secondary,
5573
5573
  borderRadius: theme?.shape?.borderRadius?.regular,
5574
- margin: '60px 10%',
5574
+ margin: '60px',
5575
+ width: '891.5px',
5575
5576
  padding: '40px 80px',
5576
5577
  position: 'relative'
5577
5578
  },
@@ -5638,7 +5639,8 @@ const useSectionStyles$1 = createUseStyles(theme => ({
5638
5639
  },
5639
5640
  sectionContainer: {
5640
5641
  margin: '26px 16px',
5641
- padding: '32px 16px'
5642
+ padding: '32px 16px',
5643
+ width: 'auto'
5642
5644
  },
5643
5645
  partialBackground: {
5644
5646
  height: '150px'
@@ -5945,7 +5947,7 @@ const useSectionStyles = createUseStyles(theme => ({
5945
5947
  backgroundColor: theme?.palette?.background?.default,
5946
5948
  boxShadow: theme?.shadows?.secondary,
5947
5949
  borderRadius: theme?.shape?.borderRadius?.regular,
5948
- margin: '60px',
5950
+ margin: '60px 10%',
5949
5951
  padding: '40px 80px',
5950
5952
  position: 'relative'
5951
5953
  },