web: narrow h6 to fit mobiles

This commit is contained in:
nikk gitanes
2023-04-14 06:02:44 +03:00
parent 1c74e1d620
commit 8f2b798211

View File

@@ -55,7 +55,7 @@ export const useMaterialUITheme = () => {
overrides: {
MuiTypography: {
h6: {
fontSize: '1.2rem',
fontSize: '1.0rem',
},
},
MuiPaper: {