Commit f56e7dcbdae44bc03aee50eb0647efd374fe2599

Authored by Augusto dos Anjos Almeida
1 parent 8ac2a775

Fix #216

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