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.es.js +2 -1
- package/build/index.es.js.map +1 -1
- package/build/index.js +2 -1
- package/build/index.js.map +1 -1
- package/package.json +1 -1
package/build/index.es.js
CHANGED
|
@@ -6603,10 +6603,11 @@ const useWebinarPromotionPage = createUseStyles(theme => {
|
|
|
6603
6603
|
},
|
|
6604
6604
|
courseViewContainer: {
|
|
6605
6605
|
width: '645px',
|
|
6606
|
+
height: 'fit-content',
|
|
6606
6607
|
backgroundColor: '#f4f9ff',
|
|
6607
6608
|
display: 'flex',
|
|
6608
6609
|
flexDirection: 'column',
|
|
6609
|
-
justifyContent: '
|
|
6610
|
+
justifyContent: 'start',
|
|
6610
6611
|
paddingTop: '20px',
|
|
6611
6612
|
borderRadius: '10px'
|
|
6612
6613
|
},
|