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:
parent
c94273b76a
commit
07927ccb53
2 changed files with 4 additions and 4 deletions
|
@ -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;
|
||||
|
|
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue