Commit f56e7dcbdae44bc03aee50eb0647efd374fe2599
1 parent
8ac2a775
Exists in
master
and in
7 other branches
Fix #216
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
sass/_proposal_detail.scss
... | ... | @@ -3,7 +3,7 @@ |
3 | 3 | a { |
4 | 4 | text-decoration: none; |
5 | 5 | text-transform: uppercase; |
6 | - padding: 15px 35px; | |
6 | + padding: 15px 15px 15px 50px; | |
7 | 7 | margin: 0; |
8 | 8 | width: 30%; |
9 | 9 | min-width: 210px; |
... | ... | @@ -540,7 +540,7 @@ |
540 | 540 | background-image: url(./images/icons/#{$category}.png); |
541 | 541 | background: { |
542 | 542 | color: $color; |
543 | - position: center left; | |
543 | + position: 10px 50%; | |
544 | 544 | repeat: no-repeat; |
545 | 545 | } |
546 | 546 | } | ... | ... |