diff --git a/css/skeleton.css b/css/skeleton.css index e3be0e6..c3339f2 100644 --- a/css/skeleton.css +++ b/css/skeleton.css @@ -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; diff --git a/css/style.css b/css/style.css index 1ce1792..a1d626a 100644 --- a/css/style.css +++ b/css/style.css @@ -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{