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

Change paddings and margins

This commit is contained in:
Alexander Chernyaev 2022-09-09 20:54:59 +03:00
parent c94273b76a
commit 37fabf19b6
2 changed files with 4 additions and 4 deletions

View file

@ -1,6 +1,6 @@
.writing-header {
padding: 15px 0;
margin-top: calc(-1 * var(--layout-padding-vertical));
padding: 0 0 15px 0;
margin-top: 0;
background: #fff;
box-shadow: 0 3px 10px #fff;
z-index: 2;

View file

@ -1,6 +1,6 @@
:root {
/**
* Allows to dynamically set main column minimun margin left.
* 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;
@ -41,7 +41,7 @@
box-sizing: border-box;
display: flex;
justify-content: space-between;
padding: 20px var(--layout-padding-horizontal);
padding: var(--layout-padding-vertical) var(--layout-padding-horizontal);
@media (--desktop) {
max-width: min(