diy-template-components 2.0.33 → 2.0.34

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
@@ -9754,11 +9754,12 @@ const useAboutInstituteStyles = createUseStyles(theme => ({
9754
9754
  },
9755
9755
  infoContainer: {
9756
9756
  padding: '24px',
9757
- gap: '24px',
9757
+ gap: '12px',
9758
9758
  display: 'flex',
9759
9759
  flexDirection: 'column',
9760
9760
  borderRadius: '16px',
9761
- background: 'var(--Blue-Tertiary, #F4F9FF)'
9761
+ background: 'var(--Blue-Tertiary, #F4F9FF)',
9762
+ flex: 1
9762
9763
  },
9763
9764
  metaInfo: {
9764
9765
  display: 'flex',
@@ -9800,12 +9801,12 @@ const useAboutInstituteStyles = createUseStyles(theme => ({
9800
9801
  infoDetails: {
9801
9802
  display: 'flex',
9802
9803
  flexDirection: 'Column',
9803
- gap: '12px'
9804
+ gap: '2px'
9804
9805
  },
9805
9806
  infoContent: {
9806
9807
  display: 'flex',
9807
9808
  flexDirection: 'Column',
9808
- gap: '16px'
9809
+ gap: '2px'
9809
9810
  },
9810
9811
  instHeading: {
9811
9812
  color: 'var(--Black, #0A1629)',
@@ -9819,7 +9820,7 @@ const useAboutInstituteStyles = createUseStyles(theme => ({
9819
9820
  fontWeight: '600'
9820
9821
  },
9821
9822
  instAbout: {
9822
- fontSize: '16px',
9823
+ fontSize: '14px',
9823
9824
  fontStyle: 'normal',
9824
9825
  fontWeight: '400',
9825
9826
  wordBreak: 'break-word'