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

fix: fix wrong css values

This commit is contained in:
Y-k-Y 2022-06-01 20:00:50 +09:00
parent 9fa29740b5
commit 59b1f13b59
2 changed files with 23350 additions and 2 deletions

23347
package-lock.json generated Normal file

File diff suppressed because it is too large Load diff

View file

@ -2,10 +2,9 @@
display: flex;
justify-content: space-between;
flex-shrink: 0;
padding: 8px 16px;
padding: 8px var(--layout-padding-horisontal);
border-bottom: 1px solid var(--color-line-gray);
font-size: 18px;
height: 57px;
flex-wrap: wrap;
position: relative;
@ -18,9 +17,11 @@
display: inline-block;
text-decoration: none;
align-self: center;
line-height: 21px;
}
&__logo {
padding: 10px 0;
font-weight: bold;
color: inherit;
}