From 5497641a07c62c916cd21986e94125c779a7f998 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Sun, 7 Jun 2020 10:33:54 +0200 Subject: [PATCH] style: increase font size on larger screen (#43724) --- gadjo/static/css/gadjo.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gadjo/static/css/gadjo.scss b/gadjo/static/css/gadjo.scss index c4c3962..6ef68a4 100644 --- a/gadjo/static/css/gadjo.scss +++ b/gadjo/static/css/gadjo.scss @@ -35,6 +35,9 @@ html, body { @media screen and (min-width: 1260px) { font-size: 13px; } + @media screen and (min-width: 1500px) { + font-size: 14px; + } color: $font-color; background: #ecf0f3; background: linear-gradient(#ecf0f3, white);