diy-template-components 0.0.52 → 0.0.55
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 +8 -5
- package/build/index.es.js.map +1 -1
- package/build/index.js +8 -5
- package/build/index.js.map +1 -1
- package/package.json +1 -1
package/build/index.js
CHANGED
|
@@ -84,7 +84,7 @@ const useSectionStyles$a = createUseStyles(theme => ({
|
|
|
84
84
|
} = {}) => isFixed ? '100' : null,
|
|
85
85
|
justifyContent: 'space-between',
|
|
86
86
|
'& img': {
|
|
87
|
-
maxWidth: '100px',
|
|
87
|
+
// maxWidth: '100px',
|
|
88
88
|
maxHeight: '55px'
|
|
89
89
|
}
|
|
90
90
|
},
|
|
@@ -92,7 +92,9 @@ const useSectionStyles$a = createUseStyles(theme => ({
|
|
|
92
92
|
height: '100px'
|
|
93
93
|
},
|
|
94
94
|
imageAnchor: {
|
|
95
|
-
textDecoration: 'none'
|
|
95
|
+
textDecoration: 'none',
|
|
96
|
+
display: 'flex',
|
|
97
|
+
alignItems: 'center'
|
|
96
98
|
},
|
|
97
99
|
optionsContainer: {
|
|
98
100
|
display: 'flex',
|
|
@@ -1118,7 +1120,7 @@ function MobileHeader({
|
|
|
1118
1120
|
}, /*#__PURE__*/React__default["default"].createElement(Icon, {
|
|
1119
1121
|
name: 'Menu',
|
|
1120
1122
|
color: theme.palette.primary.main,
|
|
1121
|
-
width: '
|
|
1123
|
+
width: '24px'
|
|
1122
1124
|
})), header?.websiteLogo ? /*#__PURE__*/React__default["default"].createElement("a", {
|
|
1123
1125
|
href: logoUrl,
|
|
1124
1126
|
className: classes.imageAnchor
|
|
@@ -5067,7 +5069,7 @@ const useCourseStyles = createUseStyles(theme => {
|
|
|
5067
5069
|
padding: '70px 30px'
|
|
5068
5070
|
},
|
|
5069
5071
|
singleCardContainer: {
|
|
5070
|
-
|
|
5072
|
+
gridTemplateColumns: '1fr'
|
|
5071
5073
|
},
|
|
5072
5074
|
size: {
|
|
5073
5075
|
margin: '0'
|
|
@@ -5955,7 +5957,8 @@ const useSectionStyles = createUseStyles(theme => ({
|
|
|
5955
5957
|
backgroundColor: theme?.palette?.background?.default,
|
|
5956
5958
|
boxShadow: theme?.shadows?.secondary,
|
|
5957
5959
|
borderRadius: theme?.shape?.borderRadius?.regular,
|
|
5958
|
-
margin: '60px
|
|
5960
|
+
margin: '60px',
|
|
5961
|
+
width: '891.5px',
|
|
5959
5962
|
padding: '40px 80px',
|
|
5960
5963
|
position: 'relative'
|
|
5961
5964
|
},
|