1
0
Fork 0
mirror of https://github.com/codex-team/codex.docs.git synced 2025-08-07 06:25:21 +02:00
This commit is contained in:
Tanya Fomina 2022-06-25 22:04:11 +08:00
parent 384cd4dffb
commit a5cc9a7a54
2 changed files with 4 additions and 4 deletions

View file

@ -53,10 +53,6 @@
line-height: 1.6;
letter-spacing: 0.005em;
@media (--desktop) {
margin: 0 -100px;
}
.ce-code__textarea {
color: #41314e;
line-height: 1.6em;

View file

@ -53,4 +53,8 @@
display: block;
}
}
&-sidebar {
flex-shrink: 0;
}
}