-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add new global nav & dedicated pages
Add new global nav & dedicated pages Show colour picker in mobile menu WIP new pages, mobile menu updates Correct header/layout spacing Adjust layout Add dedicated showcase page Add new Why Enhance page Don't be silly eslint Whoops 😅 Cleanup Link h1 and Axol Cleanup Moar cleanup hoo boy I better squash these Yup definitely squashing after this
- Loading branch information
1 parent
0ccccde
commit 5a0089b
Showing
19 changed files
with
591 additions
and
424 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
export default function EditorialHeader({ html }) { | ||
return html` | ||
<style> | ||
enhance-header { | ||
inline-size: var(--editorial-width); | ||
} | ||
</style> | ||
<enhance-header class="block mi-auto font-medium"></enhance-header> | ||
` | ||
} |
Oops, something went wrong.