diy-template-components 0.2.23 → 0.2.24

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
@@ -1388,8 +1388,7 @@ const useSectionStyles$9 = createUseStyles(theme => ({
1388
1388
  display: 'flex',
1389
1389
  justifyContent: 'flex-start',
1390
1390
  '& img': {
1391
- width: '90px',
1392
- height: '30px'
1391
+ maxHeight: '55px'
1393
1392
  }
1394
1393
  },
1395
1394
  upperContainerItem2: {