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-family: var(--f-accent);
|
||||||
font-weight: 200;
|
font-weight: 200;
|
||||||
overflow: overlay;
|
overflow: overlay;
|
||||||
|
display: flex;
|
||||||
|
|
||||||
/* width */
|
/* width */
|
||||||
::-webkit-scrollbar {
|
::-webkit-scrollbar {
|
||||||
|
|
@ -107,6 +108,7 @@ header{
|
||||||
position: fixed;
|
position: fixed;
|
||||||
width: 100vw;
|
width: 100vw;
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
|
top:0;
|
||||||
}
|
}
|
||||||
nav{
|
nav{
|
||||||
--padding: 1rem;
|
--padding: 1rem;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue