feature(css) .cmd-button (601px - 785px): 15% -> 13%

This commit is contained in:
coderaiser 2013-09-16 12:41:48 +00:00
parent 88809d66ed
commit 3604afe2e7

View file

@ -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%;
}
}