smaller font for mobile

This commit is contained in:
Aarni Halinen
2021-06-30 15:02:03 +03:00
parent 4bbc78c2a7
commit 74e6268a95
+2 -2
View File
@@ -22,8 +22,8 @@ const GlobalCommonStyles = createGlobalStyle`
html {
font-family: ${fontFamily};
/* 12px */
font-size: ${fontSize * 0.75}pt;
/* 10px */
font-size: ${fontSize * (2 / 3)}pt;
line-height: ${lineHeight};
@media screen and (min-width: ${breakpoints.medium}) {