diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2016-10-09 10:42:10 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2016-10-09 10:42:10 -0400 |
| commit | 82d0d75f6e7be1ed50fc2136a488e5c9e5ab33c5 (patch) | |
| tree | d69d87c8ae21e67e12fac87d4e5e3bd3a11aae06 | |
| parent | 844368e1915f975eebf6c74b7f05a03c2f783877 (diff) | |
tweaked time display pixels min
Former-commit-id: 220c5539a1d6c4ab8366b4004e0354830cb14cd7
| -rw-r--r-- | www/css/style.css | 4 |
1 files changed, 2 insertions, 2 deletions
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; } |
