Allow navbar/footer to grow past container width
This commit is contained in:
@ -8,7 +8,7 @@
|
||||
box-shadow: var(--edge-highlight), 0 0.75rem 1.5rem -1rem rgba(0, 0, 0, 0.5);
|
||||
border-radius: 1.625rem;
|
||||
background-color: var(--nav-bg);
|
||||
max-width: min(var(--container-width), 90%);
|
||||
max-width: 90%;
|
||||
|
||||
nav {
|
||||
padding: 0.5rem;
|
||||
|
Reference in New Issue
Block a user