don't display h1, add a viewport tag, paint an initial image with explanations of...
[mandelbrot-web.git] / style / mandelbrot.css
index 8aa65ac9a5ace044bbcc0863548f614a00cc3d26..f375a14a215a070599b2f2777e37b55a41bfd203 100644 (file)
@@ -6,6 +6,10 @@ body {
   font-family: sans-serif;
 }
 
+h1 {
+  display: none;
+}
+
 #overlayArea {
   position: absolute;
 }
@@ -22,3 +26,9 @@ body {
 #mbrotImage {
   background-color: lightblue;
 }
+
+@media screen and (max-width: 500px) {
+  body {
+    font-size: 10px;
+  }
+}