From a9c9022bc1872a8a6d85287909a4cf8a0e4dc55e Mon Sep 17 00:00:00 2001 From: Robert Kaiser Date: Fri, 7 Sep 2012 08:05:53 +0200 Subject: [PATCH] apply small screen font size to copyright explicitely --- style/lantea.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style/lantea.css b/style/lantea.css index e7151f2..08f77af 100644 --- a/style/lantea.css +++ b/style/lantea.css @@ -89,7 +89,7 @@ h1 { @media screen and (max-width: 500px) { - body { + #copyright { font-size: 10px; } } -- 2.35.3