From e08c09ed6cefef272945d95c42c4700e653d0974 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Fri, 5 Sep 2014 04:47:31 -0400 Subject: [PATCH] feature(style) .fm: height --- css/style.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index 813ff2c4..6cd24f97 100644 --- a/css/style.css +++ b/css/style.css @@ -172,7 +172,7 @@ body { } .fm { width : 97%; - height: 85%; + height: 90%; margin: 26px auto 0 auto; } .fm-header { @@ -300,9 +300,14 @@ a:hover, a:active { } @media only screen and (max-width: 600px) { + .fm { + height: 85%; + } + .panel { font-size: 26px; } + /* текущий файл под курсором */ .current-file { background-color: rgb(49, 123, 249);