Commit 05a27cb60ffce50fe8e9c1d1c00ac7596895a2ff
1 parent
bf28d55b
Exists in
master
and in
10 other branches
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,7 +670,7 @@ | ||
670 | a { | 670 | a { |
671 | position: relative !important; | 671 | position: relative !important; |
672 | left: inherit !important; | 672 | left: inherit !important; |
673 | - margin: auto !important; | 673 | + margin: 20px auto !important; |
674 | bottom: inherit !important; | 674 | bottom: inherit !important; |
675 | } | 675 | } |
676 | } | 676 | } |
@@ -723,7 +723,7 @@ | @@ -723,7 +723,7 @@ | ||
723 | a { | 723 | a { |
724 | position: relative !important; | 724 | position: relative !important; |
725 | left: inherit !important; | 725 | left: inherit !important; |
726 | - margin: auto !important; | 726 | + margin: 20px auto !important; |
727 | bottom: inherit !important; | 727 | bottom: inherit !important; |
728 | } | 728 | } |
729 | } | 729 | } |