Commit e6fe8dd3600fe1e996e138b59c099ce5427d9cf5
1 parent
a69804f5
Exists in
master
and in
8 other branches
Fix #130
Showing
1 changed file
with
3 additions
and
4 deletions
Show diff stats
sass/_proposal_categories.scss
@@ -21,7 +21,7 @@ | @@ -21,7 +21,7 @@ | ||
21 | -webkit-border-radius: 6px; | 21 | -webkit-border-radius: 6px; |
22 | -moz-border-radius: 6px; | 22 | -moz-border-radius: 6px; |
23 | border-radius: 6px; | 23 | border-radius: 6px; |
24 | - background-position: center 5px; | 24 | + background-position: center 15px; |
25 | background-repeat: no-repeat; | 25 | background-repeat: no-repeat; |
26 | width: 140px; | 26 | width: 140px; |
27 | display: inline-block; | 27 | display: inline-block; |
@@ -29,9 +29,8 @@ | @@ -29,9 +29,8 @@ | ||
29 | font-family: 'Asap', sans; | 29 | font-family: 'Asap', sans; |
30 | font-weight: 700; | 30 | font-weight: 700; |
31 | text-align: center; | 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 | background-size: 90px; | 34 | background-size: 90px; |
36 | cursor: pointer; | 35 | cursor: pointer; |
37 | 36 |