From 13165b310d5d84ffbc393e2be2f7a9af5d043f3c Mon Sep 17 00:00:00 2001 From: Robert Kaiser Date: Fri, 7 Sep 2012 07:58:47 +0200 Subject: [PATCH] add a media query for smaller screens, as a test --- style/mandelbrot.css | 6 ++++++ 1 file changed, 6 insertions(+) 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; + } +} -- 2.35.3