diy-template-components 0.2.41 → 0.2.42

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
@@ -142,14 +142,14 @@ const useSectionStyles$a = createUseStyles(theme => ({
142
142
  position: 'relative',
143
143
  maxHeight: '55px',
144
144
  alignItems: 'center',
145
- width: '25%'
145
+ width: '24%'
146
146
  },
147
147
  imageDivImageMobile: {},
148
148
  imageAnchorMobile: {
149
149
  pointerEvents: 'auto',
150
150
  cursor: 'default',
151
151
  width: '100%',
152
- maxWidth: '80px',
152
+ maxWidth: '60px',
153
153
  cursor: 'default',
154
154
  height: '46px',
155
155
  position: 'relative'