add a media query for smaller screens, as a test
authorRobert Kaiser <robert@widebook.box.kairo.at>
Fri, 7 Sep 2012 05:58:47 +0000 (07:58 +0200)
committerRobert Kaiser <robert@widebook.box.kairo.at>
Fri, 7 Sep 2012 05:58:47 +0000 (07:58 +0200)
style/mandelbrot.css

index 8aa65ac9a5ace044bbcc0863548f614a00cc3d26..04bc96068a887b163ef9b119a442b423bbf81baa 100644 (file)
@@ -22,3 +22,9 @@ body {
 #mbrotImage {
   background-color: lightblue;
 }
 #mbrotImage {
   background-color: lightblue;
 }
+
+@media screen and (max-width: 500px) {
+  body {
+    font-size: 10px;
+  }
+}