style: edited button font wrap

This commit is contained in:
ysandler 2017-02-05 21:05:29 -06:00 committed by Joshua Shoemaker
parent 77b6f492a4
commit 09eeaf5f2c
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; text-align: center;
font-size: 11px; font-size: 11px;
font-weight: 600; font-weight: 600;
line-height: 38px; line-height: 10px;
letter-spacing: .1rem; letter-spacing: 1px;
text-transform: uppercase; text-transform: uppercase;
text-decoration: none; text-decoration: none;
white-space: nowrap; white-space: normal;
background-color: transparent; background-color: transparent;
border-radius: 4px; border-radius: 4px;
border: 1px solid #bbb; border: 1px solid #bbb;

View File

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