Skip to content

Commit 1e6faf9

Browse files
authored
Revert "constrain header width (#98)" (#103)
This reverts commit b3f9a57.
1 parent b3f9a57 commit 1e6faf9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/site-kit/src/lib/nav/Nav.svelte

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,8 +162,6 @@ Top navigation bar for the application. It provides a slot for the left side, th
162162
transition: 0.4s var(--quint-out);
163163
transition-property: transform, background;
164164
isolation: isolate;
165-
--nav-max-width: calc(var(--sk-line-max-width) + var(--sk-page-padding-side) + 64rem);
166-
padding: 0 calc(0.5 * (100vw - var(--nav-max-width)));
167165
}
168166
169167
nav::after {

0 commit comments

Comments
 (0)