From b31b650e27852c90155da6c6808a4c8f6d2f8d09 Mon Sep 17 00:00:00 2001 From: Mael Date: Wed, 29 Aug 2018 16:56:17 +0200 Subject: [PATCH] :art: Baisse de la taille de police sur mobile --- source/components/ui/Typography.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/components/ui/Typography.css b/source/components/ui/Typography.css index e72df18f9..e3df545df 100644 --- a/source/components/ui/Typography.css +++ b/source/components/ui/Typography.css @@ -3,7 +3,7 @@ html { } @media (max-width: 500px) { html { - font-size: 1em; + font-size: 0.9em; } } @media (min-width: 500px) and (max-width: 1920px) {