Sets up about and home pages.
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
---
|
||||
import SidebarLink from './SidebarLink.astro';
|
||||
import Logo from './Logo.astro';
|
||||
import Blazestar from './Blazestar.astro';
|
||||
---
|
||||
|
||||
<header>
|
||||
<nav>
|
||||
<h2><Logo></Logo></h2>
|
||||
<h2><Blazestar /></h2>
|
||||
<div class="internal-links">
|
||||
<SidebarLink href="/">Home</SidebarLink>
|
||||
<SidebarLink href="/blog">Blog</SidebarLink>
|
||||
@@ -38,9 +38,10 @@ import Logo from './Logo.astro';
|
||||
margin: 0;
|
||||
padding: 0 1em;
|
||||
}
|
||||
|
||||
h2 {
|
||||
margin-bottom: 0.5em;
|
||||
font-size: 1em;
|
||||
font-size: 1.5em;
|
||||
}
|
||||
|
||||
h2 a,
|
||||
|
||||
Reference in New Issue
Block a user