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