From da7ce25bc426ba03cbe86fedee1ccdcc6144865a Mon Sep 17 00:00:00 2001 From: Johan Girod Date: Thu, 9 Aug 2018 17:35:46 +0200 Subject: [PATCH] =?UTF-8?q?:art:=20aggrandit=20la=20police=20pour=20les=20?= =?UTF-8?q?larges=20=C3=A9crans?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/components/ui/Typography.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/source/components/ui/Typography.css b/source/components/ui/Typography.css index ad9c3ba35..5b2eee1ba 100644 --- a/source/components/ui/Typography.css +++ b/source/components/ui/Typography.css @@ -1,11 +1,16 @@ html { - font-size: 1.15em; + font-size: 1.16em; } @media (max-width: 500px) { html { font-size: 1em; } } +@media (min-width: 500px) and (max-width: 1920px) { + html { + font-size: 1.1em; + } +} body { font-family: 'Roboto', sans-serif;