diy-template-components 0.2.28 → 0.2.29

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
@@ -6618,10 +6618,11 @@ const useWebinarPromotionPage = createUseStyles(theme => {
6618
6618
  },
6619
6619
  courseViewContainer: {
6620
6620
  width: '645px',
6621
+ height: 'fit-content',
6621
6622
  backgroundColor: '#f4f9ff',
6622
6623
  display: 'flex',
6623
6624
  flexDirection: 'column',
6624
- justifyContent: 'center',
6625
+ justifyContent: 'start',
6625
6626
  paddingTop: '20px',
6626
6627
  borderRadius: '10px'
6627
6628
  },