Skip to content

Commit

Permalink
Fix font-size on button
Browse files Browse the repository at this point in the history
  • Loading branch information
daniegarcia254 committed Jun 7, 2017
1 parent 021b74e commit c933685
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/assets/sass/_main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ MAIN PAGE
#login-btn {
margin: 0px 50px;
}
#email-login-btn span, #login-btn span{
#email-login-btn span, #login-btn span {
margin: 0px 20px;
font-size: 15px;
}
Expand All @@ -45,4 +45,5 @@ MAIN PAGE
border-width: 2px;
border-color: white;
color: white;
span { font-size: 15px; }
}

0 comments on commit c933685

Please sign in to comment.