diy-template-components 1.0.51 → 1.0.52
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 +3 -2
- package/build/index.es.js.map +1 -1
- package/build/index.js +3 -2
- package/build/index.js.map +1 -1
- package/package.json +1 -1
package/build/index.es.js
CHANGED
|
@@ -5205,7 +5205,7 @@ const usePhotoGalleryStyles = createUseStyles(theme => {
|
|
|
5205
5205
|
singleCard: {
|
|
5206
5206
|
borderRadius: '24px',
|
|
5207
5207
|
margin: '0 1px',
|
|
5208
|
-
width:
|
|
5208
|
+
width: 'calc(100% - 24px)',
|
|
5209
5209
|
position: 'relative',
|
|
5210
5210
|
paddingBottom: '59.83%' // keeping aspect ratio 585x350
|
|
5211
5211
|
},
|
|
@@ -5969,7 +5969,8 @@ const useCourseStyles = createUseStyles(theme => {
|
|
|
5969
5969
|
// fontSize: '24px',
|
|
5970
5970
|
lineHeight: '36px',
|
|
5971
5971
|
color: theme?.palette?.font?.default,
|
|
5972
|
-
margin: '0px 0 12px 0'
|
|
5972
|
+
margin: '0px 0 12px 0',
|
|
5973
|
+
textAlign: 'center'
|
|
5973
5974
|
// overflow: 'hidden',
|
|
5974
5975
|
// whiteSpace: 'nowrap',
|
|
5975
5976
|
// textOverflow: 'ellipsis'
|