fixed menu padding on peripherals
This commit is contained in:
parent
efd2c15ce6
commit
b0cb098b18
1 changed files with 2 additions and 0 deletions
|
|
@ -52,6 +52,7 @@ html {
|
|||
font-family: var(--f-accent);
|
||||
font-weight: 200;
|
||||
overflow: overlay;
|
||||
display: flex;
|
||||
|
||||
/* width */
|
||||
::-webkit-scrollbar {
|
||||
|
|
@ -107,6 +108,7 @@ header{
|
|||
position: fixed;
|
||||
width: 100vw;
|
||||
z-index: 2;
|
||||
top:0;
|
||||
}
|
||||
nav{
|
||||
--padding: 1rem;
|
||||
|
|
|
|||
Loading…
Reference in a new issue