mirror of
https://github.com/codex-team/codex.docs.git
synced 2025-07-24 07:39: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 {
|
||||
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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue