Commit 05a27cb60ffce50fe8e9c1d1c00ac7596895a2ff

Authored by Leonardo Merlin
1 parent bf28d55b

Fix #80 - experience button is not responsive.

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
sass/_proposal_detail.scss
... ... @@ -670,7 +670,7 @@
670 670 a {
671 671 position: relative !important;
672 672 left: inherit !important;
673   - margin: auto !important;
  673 + margin: 20px auto !important;
674 674 bottom: inherit !important;
675 675 }
676 676 }
... ... @@ -723,7 +723,7 @@
723 723 a {
724 724 position: relative !important;
725 725 left: inherit !important;
726   - margin: auto !important;
  726 + margin: 20px auto !important;
727 727 bottom: inherit !important;
728 728 }
729 729 }
... ...