From: Robert Kaiser Date: Fri, 7 Sep 2012 06:05:53 +0000 (+0200) Subject: apply small screen font size to copyright explicitely X-Git-Tag: legacy-preGL~67^2~5 X-Git-Url: https://git-public.kairo.at/?p=lantea.git;a=commitdiff_plain;h=a9c9022bc1872a8a6d85287909a4cf8a0e4dc55e apply small screen font size to copyright explicitely --- 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; } }