style: edited button font wrap

This commit is contained in:
Joshua Shoemaker 2017-02-05 21:05:29 -06:00
parent 5ecdefb4a9
commit c226128140
2 changed files with 5 additions and 3 deletions

6
css/skeleton.css vendored
View File

@ -177,11 +177,11 @@ input[type="button"] {
text-align: center;
font-size: 11px;
font-weight: 600;
line-height: 38px;
letter-spacing: .1rem;
line-height: 10px;
letter-spacing: 1px;
text-transform: uppercase;
text-decoration: none;
white-space: nowrap;
white-space: normal;
background-color: transparent;
border-radius: 4px;
border: 1px solid #bbb;

View File

@ -1,9 +1,11 @@
button{
height: 65px;
max-height: 65px;
width: 105px;
padding: 0px;
margin-bottom: 20px;
font-size: 8px;
white-space: wrap;
}
.empty-button{