1
0
Fork 0
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:
Taly 2022-06-09 14:06:10 +03:00
parent f5d1a73b26
commit 20747407f7
8 changed files with 327 additions and 5 deletions

View file

@ -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) {