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.js CHANGED
@@ -157,14 +157,14 @@ const useSectionStyles$a = createUseStyles(theme => ({
157
157
  position: 'relative',
158
158
  maxHeight: '55px',
159
159
  alignItems: 'center',
160
- width: '25%'
160
+ width: '24%'
161
161
  },
162
162
  imageDivImageMobile: {},
163
163
  imageAnchorMobile: {
164
164
  pointerEvents: 'auto',
165
165
  cursor: 'default',
166
166
  width: '100%',
167
- maxWidth: '80px',
167
+ maxWidth: '60px',
168
168
  cursor: 'default',
169
169
  height: '46px',
170
170
  position: 'relative'