feature(css) .cmd-button width: 9% -> 5%

This commit is contained in:
coderaiser 2013-12-25 08:03:41 +00:00
parent 19c24e8180
commit cc45c4b174

View file

@ -92,7 +92,7 @@ body {
}
.cmd-button {
width: 9%;
width: 5%;
margin: 20px 2px 0 2px;
overflow: hidden;
color: rgb(49,123,249);