fix: homepage nav links not vertically centered (#201)

This commit is contained in:
mochaaP 2020-07-20 07:16:14 +08:00 committed by GitHub
parent 701541a4ad
commit 20b172c842
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,6 +25,11 @@ body {
.navbar-brand {
font-family: Minecraft;
}
.navbar-nav {
display: inline-flex;
align-items: center;
align-self: center;
}
.splash {
width: 80%;