diff --git a/epicyon-profile.css b/epicyon-profile.css index 3612e0169..f81bb2126 100644 --- a/epicyon-profile.css +++ b/epicyon-profile.css @@ -2376,7 +2376,7 @@ address { font-family: 'Arial, Helvetica, sans-serif'; } body, html { - font-size: var(--font-size3); + font-size: var(--font-size-mobile); font-family: 'Arial, Helvetica, sans-serif'; } div.gallerytext { diff --git a/theme/typewriter/theme.json b/theme/typewriter/theme.json index 4465ae969..b16f21183 100644 --- a/theme/typewriter/theme.json +++ b/theme/typewriter/theme.json @@ -36,7 +36,7 @@ "font-size-pageslist": "32px", "font-size-links": "18px", "font-size-newswire": "18px", - "font-size-newswire-mobile": "38px", + "font-size-newswire-mobile": "32px", "font-size": "28px", "font-size2": "24px", "font-size3": "24px", @@ -115,7 +115,7 @@ "font-size-newswire-tiny": "16px", "font-size-dropdown-header": "40px", "font-size-dropdown-header-tiny": "20px", - "font-size-mobile": "80px", + "font-size-mobile": "50px", "font-size-tiny": "25px", "font-size-likes-mobile": "64px", "font-size-likes-tiny": "16px",