make overlay area go more into the corner on small screens
[lantea.git] / style / lantea.css
index 0474e2317b01c8277ab27625f7966ea7949320db..4c94d24ece37e7aa4d7ab9ee81fcd593120a31ea 100644 (file)
@@ -89,7 +89,16 @@ h1 {
 
 
 @media screen and (max-width: 500px) {
 
 
 @media screen and (max-width: 500px) {
+  body {
+    font-size: 10px;
+  }
+  #overlayArea {
+    top: 2px;
+    left: 2px;
+  }
   #copyright {
   #copyright {
+    bottom: 1px;
+    right: 1px;
     font-size: 8px;
   }
 }
     font-size: 8px;
   }
 }