Commit 562baf0f1a9b827c1e81bb05bfff6df25e06c1e1
1 parent
7bde5c60
Exists in
master
and in
10 other branches
Fix #66 - non responsive experience button
Showing
1 changed file
with
9 additions
and
0 deletions
Show diff stats
sass/_proposal_detail.scss
... | ... | @@ -671,6 +671,15 @@ |
671 | 671 | margin: 0 !important; |
672 | 672 | min-height: 0 !important; |
673 | 673 | } |
674 | + .send-experience-button { | |
675 | + text-align: center !important; | |
676 | + a { | |
677 | + position: relative !important; | |
678 | + left: inherit !important; | |
679 | + margin: auto !important; | |
680 | + bottom: inherit !important; | |
681 | + } | |
682 | + } | |
674 | 683 | } |
675 | 684 | .talk-proposal-container { |
676 | 685 | height: auto !important; | ... | ... |