diy-template-components 0.1.19 → 0.1.20
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 +6 -0
- package/build/index.es.js.map +1 -1
- package/build/index.js +6 -0
- package/build/index.js.map +1 -1
- package/package.json +1 -1
package/build/index.es.js
CHANGED
|
@@ -6996,6 +6996,12 @@ const useCoursePromotionPage = createUseStyles(theme => {
|
|
|
6996
6996
|
justifyContent: 'flex-start',
|
|
6997
6997
|
gap: '20px'
|
|
6998
6998
|
},
|
|
6999
|
+
'@media screen and (max-width: 767px)': {
|
|
7000
|
+
coursePageCarousel: {
|
|
7001
|
+
display: 'flex',
|
|
7002
|
+
flexDirection: 'column-reverse'
|
|
7003
|
+
}
|
|
7004
|
+
},
|
|
6999
7005
|
iframeSuperContainer: {
|
|
7000
7006
|
height: '100%',
|
|
7001
7007
|
width: '100%',
|