add a media query for smaller screens, as a test
authorRobert Kaiser <robert@widebook.box.kairo.at>
Fri, 7 Sep 2012 06:04:28 +0000 (08:04 +0200)
committerRobert Kaiser <robert@widebook.box.kairo.at>
Fri, 7 Sep 2012 06:04:28 +0000 (08:04 +0200)
style/lantea.css

index 0fbaddb369a1baad329dacb2ec5fa95d69b1b132..e7151f21b26b5e838eb977642aeb9d8d559c52d0 100644 (file)
@@ -86,3 +86,10 @@ h1 {
   border-radius: 3px;
   padding: 0 3px;
 }
+
+
+@media screen and (max-width: 500px) {
+  body {
+    font-size: 10px;
+  }
+}