From 0a83402958e6530abdaa018ddf93f40bca47b747 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Fri, 5 Sep 2014 04:57:07 -0400 Subject: [PATCH] feature(style) .minif-icon @media max-width 600px: padding 1% --- css/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index 6cd24f97..12935b44 100644 --- a/css/style.css +++ b/css/style.css @@ -298,7 +298,7 @@ a:hover, a:active { } } - + @media only screen and (max-width: 600px) { .fm { height: 85%; @@ -328,6 +328,7 @@ a:hover, a:active { color : rgba(246, 224, 124, 0.56); font : 16px 'Fontello'; background-image: none; + padding : 1%; } .size, .owner, .mode {