diy-template-components 2.0.110 → 2.0.222
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 +4 -4
- package/build/index.es.js.map +1 -1
- package/build/index.js +4 -4
- package/build/index.js.map +1 -1
- package/package.json +1 -1
package/build/index.es.js
CHANGED
|
@@ -9514,15 +9514,15 @@ const useTilesStyles = createUseStyles(theme => {
|
|
|
9514
9514
|
lineHeight: '46px',
|
|
9515
9515
|
color: '#7D8592',
|
|
9516
9516
|
marginBottom: theme.spacing.margin.tiny,
|
|
9517
|
-
textAlign: 'center'
|
|
9517
|
+
textAlign: 'center',
|
|
9518
|
+
'@media screen and (max-width: 767px)': {
|
|
9519
|
+
lineHeight: '16px'
|
|
9520
|
+
}
|
|
9518
9521
|
},
|
|
9519
9522
|
'@media screen and (max-width: 767px)': {
|
|
9520
9523
|
tileDiv: {
|
|
9521
9524
|
width: '100%'
|
|
9522
9525
|
},
|
|
9523
|
-
headerTitle: {
|
|
9524
|
-
lineHeight: '0px'
|
|
9525
|
-
},
|
|
9526
9526
|
row: {
|
|
9527
9527
|
marginTop: '24px',
|
|
9528
9528
|
display: 'grid',
|