From f84a3fd49ebdb392d9fd9473f6f98b6de50fa9d6 Mon Sep 17 00:00:00 2001 From: Robert Kaiser Date: Fri, 7 Sep 2012 08:09:59 +0200 Subject: [PATCH] also decrease borders around copyright message --- style/lantea.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/style/lantea.css b/style/lantea.css index 0474e23..9183859 100644 --- a/style/lantea.css +++ b/style/lantea.css @@ -89,7 +89,12 @@ h1 { @media screen and (max-width: 500px) { + body { + font-size: 10px; + } #copyright { + bottom: 1px; + right: 1px; font-size: 8px; } } -- 2.35.3