1
0
Fork 0
mirror of https://github.com/codex-team/codex.docs.git synced 2025-08-09 23:45:25 +02:00

fix: fix unaligned logo

This commit is contained in:
Y-k-Y 2022-06-01 20:15:14 +09:00
parent a17940448b
commit db5c4c02b0

View file

@ -69,6 +69,10 @@
display: flex;
align-items: center;
gap: 18px;
.logo {
display: inline-flex;
}
}
}