mirror of
https://github.com/Start9Labs/start9.com.git
synced 2026-03-30 04:02:00 +00:00
fixed menu padding on peripherals
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user