From b1908a560e002d97711345e361fe3a390665c43f Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Sun, 3 May 2015 12:40:31 +0100 Subject: Change media query to work better on small devices --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index b5c39c0..cdd5b01 100644 --- a/style.css +++ b/style.css @@ -667,7 +667,7 @@ div.sidebar table img { margin-left: 180px; } -@media screen and (max-width: 480px) { +@media screen and (max-device-width: 480px) { #pagebody { clear: left; margin: auto; -- cgit v1.2.3