style: make img center in nav-bar-title (#377)

pull/486/head
云游君 4 years ago committed by GitHub
parent ba41bb9055
commit b104d95993
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -24,6 +24,9 @@ const { site, theme, localePath } = useData()
font-size: 1.3rem;
font-weight: 600;
color: var(--c-text);
display: flex;
justify-content: center;
align-items: center;
}
.nav-bar-title:hover {

Loading…
Cancel
Save