From 05a27cb60ffce50fe8e9c1d1c00ac7596895a2ff Mon Sep 17 00:00:00 2001 From: Leonardo Merlin Date: Fri, 24 Apr 2015 20:34:22 -0300 Subject: [PATCH] Fix #80 - experience button is not responsive. --- sass/_proposal_detail.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sass/_proposal_detail.scss b/sass/_proposal_detail.scss index 785fc88..3424ea2 100644 --- a/sass/_proposal_detail.scss +++ b/sass/_proposal_detail.scss @@ -670,7 +670,7 @@ a { position: relative !important; left: inherit !important; - margin: auto !important; + margin: 20px auto !important; bottom: inherit !important; } } @@ -723,7 +723,7 @@ a { position: relative !important; left: inherit !important; - margin: auto !important; + margin: 20px auto !important; bottom: inherit !important; } } -- libgit2 0.21.2