login button alignment fix

This commit is contained in:
Kris 2018-02-16 17:13:10 -05:00
parent 35a49a240a
commit a2327b4897
1 changed files with 4 additions and 0 deletions

View File

@ -37,6 +37,10 @@
align-items: center;
}
.header-buttons {
margin-top: .2em;
}
.login-button, button.sign-up-button {
padding: 6px 10px;
.fa { margin-right: 3px; }