Commit e6fe8dd3600fe1e996e138b59c099ce5427d9cf5

Authored by Augusto dos Anjos Almeida
1 parent a69804f5

Fix #130

Showing 1 changed file with 3 additions and 4 deletions   Show diff stats
sass/_proposal_categories.scss
... ... @@ -21,7 +21,7 @@
21 21 -webkit-border-radius: 6px;
22 22 -moz-border-radius: 6px;
23 23 border-radius: 6px;
24   - background-position: center 5px;
  24 + background-position: center 15px;
25 25 background-repeat: no-repeat;
26 26 width: 140px;
27 27 display: inline-block;
... ... @@ -29,9 +29,8 @@
29 29 font-family: 'Asap', sans;
30 30 font-weight: 700;
31 31 text-align: center;
32   - padding-top: 100px;
33   - // border-width: 2px;
34   - // border-style: solid;
  32 + padding-top: 110px;
  33 + min-height: 140px;
35 34 background-size: 90px;
36 35 cursor: pointer;
37 36  
... ...