1
0
Fork 0
mirror of https://github.com/codex-team/codex.docs.git synced 2025-07-19 05:09:41 +02:00

Change paddings and margins (#249)

This commit is contained in:
Alexander Chernyaev 2022-09-11 21:57:46 +03:00 committed by GitHub
parent c94273b76a
commit 07927ccb53
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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(