From d52be167d5c122d8698d80470491f5d5739e0d43 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Fri, 5 Sep 2014 06:39:00 -0400 Subject: [PATCH] feature(style) @media .files: height 90% --- css/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/style.css b/css/style.css index 632a8256..32531240 100644 --- a/css/style.css +++ b/css/style.css @@ -275,6 +275,10 @@ a:hover, a:active { .fm { height: 80%; } + + .files { + height: 90%; + } } @media only screen and (max-height: 533px) {