smaller font for mobile
This commit is contained in:
+2
-2
@@ -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}) {
|
||||
|
||||
Reference in New Issue
Block a user