From 7803c0baa619ae2d52c9263ab4afbf62ec571251 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Mon, 24 Feb 2014 04:25:30 -0500 Subject: [PATCH] feature(style) set bigger font for width < 600px --- css/style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index 47371a82..08b721e8 100644 --- a/css/style.css +++ b/css/style.css @@ -279,6 +279,9 @@ a:hover, a:active { } @media only screen and (max-width: 600px) { + .panel { + font-size: 26px; + } /* текущий файл под курсором */ .current-file { background-color: rgb(49, 123, 249); @@ -308,7 +311,6 @@ a:hover, a:active { .name { float: none; width: 90%; - font-size: 18px; display: inline-block; }