From 0c08f848a3e60520a9cfb14c7d2d50f497cac965 Mon Sep 17 00:00:00 2001 From: Robert Kaiser Date: Fri, 7 Sep 2012 08:20:58 +0200 Subject: [PATCH] make overlay area go more into the corner on small screens --- style/lantea.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/style/lantea.css b/style/lantea.css index 9183859..4c94d24 100644 --- a/style/lantea.css +++ b/style/lantea.css @@ -92,6 +92,10 @@ h1 { body { font-size: 10px; } + #overlayArea { + top: 2px; + left: 2px; + } #copyright { bottom: 1px; right: 1px; -- 2.35.3