make overlay area go more into the corner on small screens
[lantea.git] / style / lantea.css
index e7151f21b26b5e838eb977642aeb9d8d559c52d0..4c94d24ece37e7aa4d7ab9ee81fcd593120a31ea 100644 (file)
@@ -92,4 +92,13 @@ h1 {
   body {
     font-size: 10px;
   }
+  #overlayArea {
+    top: 2px;
+    left: 2px;
+  }
+  #copyright {
+    bottom: 1px;
+    right: 1px;
+    font-size: 8px;
+  }
 }