Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature/rewards integration #71

Merged
style fix
  • Loading branch information
trickpattyFH20 committed May 21, 2018
commit e6975848e07e2e857704be117e00d9c3fb5a1da7
@@ -207,14 +207,14 @@
.reward-content-detail {
display: flex;
flex-direction: column;
width: 195px;
width: 200px;
height: 131px;
color: $tundora;

.reward-benefit {
margin-top: 10px;
margin-bottom: 12px;
font-size: 34px;
font-size: 25px;
line-height: 26px;
white-space: nowrap;
// text-overflow: ellipsis;
@@ -224,8 +224,10 @@
}

.reward-headline {
font-size: 16px;
line-height: 16px;
font-size: 13px;
font-weight: 500;
line-height: 13px;
line-height: 15px;
}

.reward-description {
ProTip! Use n and p to navigate between commits in a pull request.