diff --git a/web/src/components/App/style.js b/web/src/components/App/style.js index 884a860..f01e6f6 100644 --- a/web/src/components/App/style.js +++ b/web/src/components/App/style.js @@ -86,6 +86,6 @@ export const LanguageSwitch = styled.div` @media (max-width: 700px) { height: 28px; width: 28px; - font-size: 6px; + font-size: 12px; } `