Skip to content

Commit

Permalink
Removes unnecesarry styling override in header nav with form example
Browse files Browse the repository at this point in the history
  • Loading branch information
HeleenSG committed Sep 17, 2024
1 parent fcd8a73 commit 7733059
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -122,17 +122,13 @@ See: https://kit.svelte.dev/docs/advanced-routing#advanced-layouts-breaking-out-
/* Header */
--header-border-width: 0 0 1px 0;
--header-border-color: #ccc;
--header-padding-right: var(--page-whitespace-right);
--header-padding-left: var(--page-whitespace-left);
/* Content wrapper */
--header-content-wrapper-position: relative;
/* Header navigation */
--header-navigation-position: static;
--header-navigation-border-width: 0;
--header-navigation-padding-right: 0;
--header-navigation-padding-left: 0;
--header-navigation-content-wrapper-gap: 1rem;
/* Collapsible menu */
Expand Down

0 comments on commit 7733059

Please sign in to comment.