Some initial sass refactoring (breaking change!)
Well, it's not a breaking change if you don't restyle duckquill heavily :)
This commit is contained in:
@ -8,7 +8,7 @@
|
||||
box-shadow: var(--edge-highlight), 0px 12px 24px -16px rgba(0, 0, 0, 0.5);
|
||||
border-radius: 26px;
|
||||
background-color: var(--nav-bg);
|
||||
max-width: min(calc(var(--container-width) + 10rem), 90%);
|
||||
max-width: min(var(--container-width), 90%);
|
||||
|
||||
nav {
|
||||
display: flex;
|
||||
|
Reference in New Issue
Block a user