From 585c49dc4a20225623a6f85db8253e858af7ca40 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Mon, 8 Sep 2014 03:45:29 -0400 Subject: [PATCH] fix(style) @media height: 640px .fm height: 75% --- css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index 32531240..cbf017dd 100644 --- a/css/style.css +++ b/css/style.css @@ -273,7 +273,7 @@ a:hover, a:active { @media only screen and (max-height: 800px), (max-height: 640px) and (max-width: 360px) { .fm { - height: 80%; + height: 75%; } .files {