diy-template-components 2.0.39 → 2.0.41

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
@@ -6553,7 +6553,7 @@ const useTeamStyles = createUseStyles(theme => {
6553
6553
  singleSlideContainer: {
6554
6554
  backgroundColor: theme?.palette?.background?.default,
6555
6555
  margin: '20px 0',
6556
- width: 'calc(100% - 24px)',
6556
+ width: 'calc(25% - 24px)',
6557
6557
  borderRadius: theme?.shape?.borderRadius?.large,
6558
6558
  boxShadow: theme?.shadows?.primary,
6559
6559
  minHeight: '385px'
@@ -9815,13 +9815,13 @@ const useAboutInstituteStyles = createUseStyles(theme => ({
9815
9815
  infoDetails: {
9816
9816
  display: 'flex',
9817
9817
  flexDirection: 'Column',
9818
- gap: '4px',
9818
+ gap: '10px',
9819
9819
  lineHeight: 'normal'
9820
9820
  },
9821
9821
  infoContent: {
9822
9822
  display: 'flex',
9823
9823
  flexDirection: 'Column',
9824
- gap: '4px'
9824
+ gap: '8px'
9825
9825
  },
9826
9826
  instHeading: {
9827
9827
  color: 'var(--Black, #0A1629)',