Fix Logo overflow in navbar
All checks were successful
ci/woodpecker/pr/woodpecker Pipeline was successful

This commit is contained in:
SevicheCC 2023-08-13 20:47:39 +08:00
parent 174f98b1cb
commit 3ae685d795
Signed by untrusted user: sevichecc
GPG key ID: C577000000000000

View file

@ -79,7 +79,7 @@
img { img {
display: inline-block; display: inline-block;
height: var(--navbar-height); height: 100%;
} }
} }