X-Git-Url: https://git-public.kairo.at/?p=mandelbrot-web.git;a=blobdiff_plain;f=style%2Fmandelbrot.css;h=04bc96068a887b163ef9b119a442b423bbf81baa;hp=8aa65ac9a5ace044bbcc0863548f614a00cc3d26;hb=13165b310d5d84ffbc393e2be2f7a9af5d043f3c;hpb=d0244cd366597d6e75c6f81b28d56b7207342337 diff --git a/style/mandelbrot.css b/style/mandelbrot.css index 8aa65ac..04bc960 100644 --- a/style/mandelbrot.css +++ b/style/mandelbrot.css @@ -22,3 +22,9 @@ body { #mbrotImage { background-color: lightblue; } + +@media screen and (max-width: 500px) { + body { + font-size: 10px; + } +}