1
0
Fork 0
mirror of https://github.com/codex-team/codex.docs.git synced 2025-08-09 23:45:25 +02:00

Add comments

This commit is contained in:
Tanya Fomina 2022-09-09 14:29:07 +03:00
parent 679c3400b0
commit d8a460f83d

View file

@ -1,4 +1,8 @@
:root {
/**
* Allows to dynamically set main column minimun margin left.
* Is used for adding extra space for editor controls in page edit mode (otherwise controls overlap sidebar)
*/
--main-col-min-margin-left: 0px;
}