mirror of
https://github.com/codex-team/codex.docs.git
synced 2025-08-10 07:55:24 +02:00
Fixes
This commit is contained in:
parent
384cd4dffb
commit
a5cc9a7a54
2 changed files with 4 additions and 4 deletions
|
@ -53,10 +53,6 @@
|
||||||
line-height: 1.6;
|
line-height: 1.6;
|
||||||
letter-spacing: 0.005em;
|
letter-spacing: 0.005em;
|
||||||
|
|
||||||
@media (--desktop) {
|
|
||||||
margin: 0 -100px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.ce-code__textarea {
|
.ce-code__textarea {
|
||||||
color: #41314e;
|
color: #41314e;
|
||||||
line-height: 1.6em;
|
line-height: 1.6em;
|
||||||
|
|
|
@ -53,4 +53,8 @@
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&-sidebar {
|
||||||
|
flex-shrink: 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue