Skip to content

Commit e3cd027

Browse files
committed
fix: top-nav logo size
1 parent 6e1733e commit e3cd027

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/page/GlobalLayout.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ export default {
403403
transition: all .3s;
404404
overflow: hidden;
405405
406-
img {
406+
img, svg {
407407
display: inline-block;
408408
vertical-align: middle;
409409
height: 32px;

0 commit comments

Comments
 (0)