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