Skip to content

Commit

Permalink
line height fixes for splash
Browse files Browse the repository at this point in the history
  • Loading branch information
ehzhang committed Sep 14, 2015
1 parent 825d6cf commit c1d17be
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions client/components/login/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@
<button id="login-password" class="fluid primary push button"> Login </button>
</div>
</div>
<br>

{{#if enabled.github}}
<button id="login-github" class="fluid github push button"> Login with Github </button>
<br>
<button id="login-github" class="fluid github push button"> Login with Github </button>
{{/if}}

{{#if enabled.facebook}}
<br>
<button id="login-facebook" class="fluid facebook push button"> Login with Facebook</button>
{{/if}}
</div>
</template>
</template>
3 changes: 2 additions & 1 deletion client/stylesheets/scss/views/_splash.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
@include logo-font();
font-size: 4em;
letter-spacing: .2em;
line-height: 1.33;
}

#login {
Expand All @@ -32,4 +33,4 @@

}

}
}

0 comments on commit c1d17be

Please sign in to comment.