diy-template-components 2.0.35 → 2.0.36

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
@@ -6542,7 +6542,8 @@ const useTeamStyles = createUseStyles(theme => {
6542
6542
  },
6543
6543
  imageContainer: {
6544
6544
  minWidth: '100%',
6545
- position: 'relative'
6545
+ position: 'relative',
6546
+ height: '208px'
6546
6547
  },
6547
6548
  image: {
6548
6549
  width: '100%',
@@ -9725,7 +9726,8 @@ const useAboutInstituteStyles = createUseStyles(theme => ({
9725
9726
  },
9726
9727
  imageContainer: {
9727
9728
  width: '240px',
9728
- height: '240px'
9729
+ height: '240px',
9730
+ position: 'relative'
9729
9731
  // borderRadius: '16px',
9730
9732
  // border: '1px solid var(--stroke, #D8E0F0)',
9731
9733
  },