feat: add header padding
All checks were successful
Deploy to VPS (dist) / deploy (push) Successful in 1m37s
All checks were successful
Deploy to VPS (dist) / deploy (push) Successful in 1m37s
This commit is contained in:
@@ -13,8 +13,9 @@
|
|||||||
z-index: 20;
|
z-index: 20;
|
||||||
|
|
||||||
padding-top: var(--header-padding);
|
padding-top: var(--header-padding);
|
||||||
padding-left: var(--safe-left);
|
--padding-x: 10px;
|
||||||
padding-right: var(--safe-right);
|
padding-left: calc(var(--safe-left) + var(--padding-x));
|
||||||
|
padding-right: calc(var(--safe-right) + var(--padding-x));
|
||||||
|
|
||||||
&::before {
|
&::before {
|
||||||
content: "";
|
content: "";
|
||||||
|
|||||||
Reference in New Issue
Block a user