From ea1c2e35c3a75892cbbea37e57074080dd37dfe6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Th=C3=A9r=C3=A8se=20Godefroy?= Date: Thu, 28 Sep 2017 16:56:35 +0200 Subject: [PATCH] main.ru.css: fix a typo. --- css/main.ru.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/main.ru.css b/css/main.ru.css index 29c0d5b..090a738 100644 --- a/css/main.ru.css +++ b/css/main.ru.css @@ -4,7 +4,7 @@ h1 { font-size: 1.9em; } h2 { font-size: 1.9em; } -@media only screen and (min-width: 400px) and (max-width: 649px) { +@media only screen and (min-width: 400px) and (max-width: 599px) { #header h1 { font-size: 2.1em; } } -- 2.25.1