From 3c85c70f37b256a148eaa936be5d873d2705ace2 Mon Sep 17 00:00:00 2001 From: nikk gitanes Date: Thu, 17 Jun 2021 22:37:13 +0300 Subject: [PATCH] Update style.js --- web/src/components/App/style.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } `