From 3604afe2e74f7bfc43158fb1dc49c8b6adb8ea70 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Mon, 16 Sep 2013 12:41:48 +0000 Subject: [PATCH] feature(css) .cmd-button (601px - 785px): 15% -> 13% --- css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index a4c99af2..e0c627bf 100644 --- a/css/style.css +++ b/css/style.css @@ -337,7 +337,7 @@ a:hover, a:active { } @media only screen and (min-width: 601px) and (max-width: 785px) { .cmd-button { - width: 15%; + width: 13%; } }