X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=style%2Fmandelbrot.css;h=f375a14a215a070599b2f2777e37b55a41bfd203;hb=51442fd43fc24ec7e8c2cf3d7231b21ff59e5911;hp=8aa65ac9a5ace044bbcc0863548f614a00cc3d26;hpb=d0244cd366597d6e75c6f81b28d56b7207342337;p=mandelbrot-web.git diff --git a/style/mandelbrot.css b/style/mandelbrot.css index 8aa65ac..f375a14 100644 --- a/style/mandelbrot.css +++ b/style/mandelbrot.css @@ -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; + } +}