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;
|
||||
|
||||
padding-top: var(--header-padding);
|
||||
padding-left: var(--safe-left);
|
||||
padding-right: var(--safe-right);
|
||||
--padding-x: 10px;
|
||||
padding-left: calc(var(--safe-left) + var(--padding-x));
|
||||
padding-right: calc(var(--safe-right) + var(--padding-x));
|
||||
|
||||
&::before {
|
||||
content: "";
|
||||
|
||||
Reference in New Issue
Block a user