From 5d5fe139c3705db2ada343d3b92a78eea877bb24 Mon Sep 17 00:00:00 2001 From: rootcoma Date: Sun, 1 Dec 2013 22:02:18 -0800 Subject: [PATCH] Adjusting media query for modal --- php/css/triviatime.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php/css/triviatime.css b/php/css/triviatime.css index 2ebd3b7..be743c3 100644 --- a/php/css/triviatime.css +++ b/php/css/triviatime.css @@ -37,7 +37,7 @@ body { max-height: 340px; } } -@media screen and (max-height: 500px) { +@media screen and (max-height: 520px) { .modal-body { max-height: 260px; }