From 43d6766cfaeb2988c35267e87595d7a2e867004d Mon Sep 17 00:00:00 2001 From: coderaiser Date: Mon, 8 Sep 2014 03:55:03 -0400 Subject: [PATCH] feature(style) @media 360px x 640px .fm, .files --- css/style.css | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/css/style.css b/css/style.css index cbf017dd..e51b0f60 100644 --- a/css/style.css +++ b/css/style.css @@ -281,22 +281,14 @@ a:hover, a:active { } } -@media only screen and (max-height: 533px) { +@media only screen and (max-height: 360px) and (max-width: 640px) { .fm { - height: 70%; - } - -} - -@media only screen and (max-height: 400px) { - .fm { - height: 65%; + height: 55%; } .files { - height: 85%; + height: 60%; } - } @media only screen and (max-width: 600px) {