From 09eeaf5f2c18880720eb5417acd502d40e9c1e34 Mon Sep 17 00:00:00 2001 From: ysandler Date: Sun, 5 Feb 2017 21:05:29 -0600 Subject: [PATCH] style: edited button font wrap --- css/skeleton.css | 6 +++--- css/style.css | 2 ++ 2 files changed, 5 insertions(+), 3 deletions(-) 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{