also decrease borders around copyright message
[lantea.git] / style / lantea.css
index 0fbaddb369a1baad329dacb2ec5fa95d69b1b132..9183859e5ecc8b73a4b58eb9d146bccfb2b3b331 100644 (file)
@@ -86,3 +86,15 @@ h1 {
   border-radius: 3px;
   padding: 0 3px;
 }
   border-radius: 3px;
   padding: 0 3px;
 }
+
+
+@media screen and (max-width: 500px) {
+  body {
+    font-size: 10px;
+  }
+  #copyright {
+    bottom: 1px;
+    right: 1px;
+    font-size: 8px;
+  }
+}