From 98f34a4249e12aae7d070a78c14d68b869c0d75c Mon Sep 17 00:00:00 2001 From: Emil Miler Date: Sun, 25 Oct 2020 17:38:29 +0100 Subject: [PATCH] =?UTF-8?q?Men=C5=A1=C3=AD=20velikost=20fontu=20na=20telef?= =?UTF-8?q?onu?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index 98efd09..2845173 100644 --- a/css/style.css +++ b/css/style.css @@ -72,7 +72,7 @@ article: nth-child(1)::before { } @media screen and (max-width: 699px) { - body { background: none; } + body { background: none; font-size: 1em; } header { width: 100%; } header .logo { padding-top: 30px; width: 100%; float: none; margin: 0 auto; }