mirror of
https://github.com/codex-team/codex.docs.git
synced 2025-07-29 18:19:42 +02:00
Layout update (#208)
* Add right column * Cleanup * Fix center column position * Change sidebar width * Fixes * Make right column sticky * Add placeholder element to right column * Fix right aside padding top
This commit is contained in:
parent
b3d8a1bfd4
commit
669b78b967
4 changed files with 39 additions and 5 deletions
|
@ -25,7 +25,7 @@
|
|||
*/
|
||||
--layout-padding-horizontal: 22px;
|
||||
--layout-padding-vertical: 30px;
|
||||
--layout-sidebar-width: 344px;
|
||||
--layout-sidebar-width: 290px;
|
||||
--layout-width-main-col: 650px;
|
||||
--layout-height-header: 56px;
|
||||
|
||||
|
@ -35,6 +35,10 @@
|
|||
--layout-height-header: 88px;
|
||||
}
|
||||
|
||||
@media (--wide-desktop) {
|
||||
--layout-sidebar-width: 344px;
|
||||
}
|
||||
|
||||
--font-mono: Menlo,Monaco,Consolas,Courier New,monospace;
|
||||
|
||||
--font-serif {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue