logo gets the vertically-centered flexbox treatment in jinja template (#10281)

This commit is contained in:
Evan Rusackas
2020-07-10 16:11:49 -07:00
committed by GitHub
parent 3b4df51848
commit 06fd1b5e4d

View File

@@ -552,3 +552,11 @@ td.filtered {
.select2-container-multi {
width: 100% !important;
}
// Remove this when the jinja menu/navbar is replaced with react.
// This style already exists in that view
.navbar-brand {
display: flex;
flex-direction: column;
justify-content: center;
}