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.js CHANGED
@@ -9528,15 +9528,15 @@ const useTilesStyles = createUseStyles(theme => {
9528
9528
  lineHeight: '46px',
9529
9529
  color: '#7D8592',
9530
9530
  marginBottom: theme.spacing.margin.tiny,
9531
- textAlign: 'center'
9531
+ textAlign: 'center',
9532
+ '@media screen and (max-width: 767px)': {
9533
+ lineHeight: '16px'
9534
+ }
9532
9535
  },
9533
9536
  '@media screen and (max-width: 767px)': {
9534
9537
  tileDiv: {
9535
9538
  width: '100%'
9536
9539
  },
9537
- headerTitle: {
9538
- lineHeight: '0px'
9539
- },
9540
9540
  row: {
9541
9541
  marginTop: '24px',
9542
9542
  display: 'grid',