mirror of
https://github.com/codex-team/codex.docs.git
synced 2025-08-04 13:05:22 +02:00
Add table of content
This commit is contained in:
parent
f5d1a73b26
commit
20747407f7
8 changed files with 327 additions and 5 deletions
|
@ -31,10 +31,21 @@
|
|||
max-width: var(--layout-width-main-col);
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
@media not (--mobile) {
|
||||
margin-bottom: 80vh;
|
||||
}
|
||||
}
|
||||
|
||||
&__aside-right {
|
||||
@media (--mobile) {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
&__aside,
|
||||
&__content {
|
||||
&__content,
|
||||
&__aside-right {
|
||||
padding: var(--layout-padding-vertical) 0;
|
||||
|
||||
@media (--mobile) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue