-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bdc6c5a
commit 572fc4c
Showing
6 changed files
with
25 additions
and
46 deletions.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -18,7 +18,7 @@ export default function Layout({ title, children, currentPath }: Props) { | |
<title>{title}</title> | ||
<link | ||
rel="icon" | ||
href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🥞</text></svg>" | ||
href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🌊</text></svg>" | ||
/> | ||
<script src="https://unpkg.com/[email protected]" /> | ||
<link rel="stylesheet" href="/styles/uno.css" /> | ||
|
@@ -28,12 +28,9 @@ export default function Layout({ title, children, currentPath }: Props) { | |
|
||
<style>{`* { box-sizing: border-box; margin: 0; outline: none; color: unset; }`}</style> | ||
|
||
<body class="font-lato m-0 bg-amber-50 text-base"> | ||
<header class="border-b-solid border-b-1 fixed sticky flex w-full gap-4 border-amber-300 bg-amber-200 py-3 px-4 leading-5"> | ||
<a | ||
href="/" | ||
class="no-underline text-brown-800" | ||
> | ||
<body class="font-lato m-0 bg-blue-50 text-base"> | ||
<header class="border-b-solid border-b-1 fixed sticky flex w-full gap-4 border-blue-300 bg-blue-200 py-3 px-4 leading-5"> | ||
<a href="/" class="no-underline text-brown-800 text-sm"> | ||
<h1>🌊 hyperwave</h1> | ||
</a> | ||
<div class="relative hidden md:block"> | ||
|
@@ -46,7 +43,7 @@ export default function Layout({ title, children, currentPath }: Props) { | |
|
||
<Nav currentPath={currentPath} /> | ||
|
||
<main class="m-auto flex flex-col justify-center gap-8 py-4 pl-20 md:pl-60 md:pr-10 bg-cream-200"> | ||
<main class="m-auto flex flex-col justify-center gap-8 py-4 pl-20 md:pl-60 md:pr-10"> | ||
{children} | ||
</main> | ||
</body> | ||
|
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