diff --git a/sass/_proposal_detail.scss b/sass/_proposal_detail.scss index 3b450c3..c429504 100644 --- a/sass/_proposal_detail.scss +++ b/sass/_proposal_detail.scss @@ -433,6 +433,7 @@ min-height: $container-height; position: relative; margin: 0 0 20px 10px; + overflow: auto; } .subtitle { color: #000; @@ -499,6 +500,12 @@ } } } + .social { + span { + color: $color; + font-weight: 700; + } + } } .experience-proposal-container{ float: left; -- libgit2 0.21.2