2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-12 21:10:47 +08:00

login button alignment fix

This commit is contained in:
Kris 2018-02-16 17:13:10 -05:00
parent 35a49a240a
commit a2327b4897

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; }