mirror of
https://github.com/codex-team/codex.docs.git
synced 2025-07-22 22:59:42 +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 {
|
.writing-header {
|
||||||
padding: 15px 0;
|
padding: 0 0 15px 0;
|
||||||
margin-top: calc(-1 * var(--layout-padding-vertical));
|
margin-top: 0;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
box-shadow: 0 3px 10px #fff;
|
box-shadow: 0 3px 10px #fff;
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
|
|
|
@ -41,7 +41,7 @@
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
padding: 20px var(--layout-padding-horizontal);
|
padding: var(--layout-padding-vertical) var(--layout-padding-horizontal);
|
||||||
|
|
||||||
@media (--desktop) {
|
@media (--desktop) {
|
||||||
max-width: min(
|
max-width: min(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue