fix: homepage nav links not vertically centered (#201)
This commit is contained in:
parent
701541a4ad
commit
20b172c842
@ -25,6 +25,11 @@ body {
|
||||
.navbar-brand {
|
||||
font-family: Minecraft;
|
||||
}
|
||||
.navbar-nav {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
align-self: center;
|
||||
}
|
||||
|
||||
.splash {
|
||||
width: 80%;
|
||||
|
Loading…
Reference in New Issue
Block a user