don't display h1, add a viewport tag, paint an initial image with explanations of...
[mandelbrot-web.git] / style / mandelbrot.css
index 04bc96068a887b163ef9b119a442b423bbf81baa..f375a14a215a070599b2f2777e37b55a41bfd203 100644 (file)
@@ -6,6 +6,10 @@ body {
   font-family: sans-serif;
 }
 
+h1 {
+  display: none;
+}
+
 #overlayArea {
   position: absolute;
 }