From e6fe8dd3600fe1e996e138b59c099ce5427d9cf5 Mon Sep 17 00:00:00 2001 From: Augusto dos Anjos Almeida Date: Sat, 2 May 2015 06:58:04 -0300 Subject: [PATCH] Fix #130 --- sass/_proposal_categories.scss | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/sass/_proposal_categories.scss b/sass/_proposal_categories.scss index 1309ca5..44ab6da 100644 --- a/sass/_proposal_categories.scss +++ b/sass/_proposal_categories.scss @@ -21,7 +21,7 @@ -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; - background-position: center 5px; + background-position: center 15px; background-repeat: no-repeat; width: 140px; display: inline-block; @@ -29,9 +29,8 @@ font-family: 'Asap', sans; font-weight: 700; text-align: center; - padding-top: 100px; - // border-width: 2px; - // border-style: solid; + padding-top: 110px; + min-height: 140px; background-size: 90px; cursor: pointer; -- libgit2 0.21.2