Fixing slight misalignment of login/signup buttons

This commit is contained in:
Kris 2018-12-07 13:56:54 -05:00
parent d16a4b895f
commit b26d0f20cc
1 changed files with 2 additions and 0 deletions

View File

@ -56,6 +56,8 @@
}
.header-buttons {
display: flex;
align-items: center;
margin-top: 0.2em;
}