From 82d0d75f6e7be1ed50fc2136a488e5c9e5ab33c5 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Sun, 9 Oct 2016 10:42:10 -0400 Subject: tweaked time display pixels min Former-commit-id: 220c5539a1d6c4ab8366b4004e0354830cb14cd7 --- www/css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'www') diff --git a/www/css/style.css b/www/css/style.css index 461d2750..96dd7aee 100644 --- a/www/css/style.css +++ b/www/css/style.css @@ -920,14 +920,14 @@ body { color: #fff !important; } -@media (min-width:700px) { +@media (min-width:600px) { .montage-time { display:block !important; line-height:250%; } } -@media (max-width:699px) { +@media (max-width:599px) { .montage-time { display:none !important; } -- cgit v1.2.3