Fixes responsiveness for small screen sizes
This commit is contained in:
@@ -5,7 +5,7 @@ import Blazestar from './Blazestar.astro';
|
||||
|
||||
<header>
|
||||
<nav>
|
||||
<h2><Blazestar /></h2>
|
||||
<h1><Blazestar /></h1>
|
||||
<div class="internal-links">
|
||||
<SidebarLink href="/">Home</SidebarLink>
|
||||
<SidebarLink href="/blog">Blog</SidebarLink>
|
||||
@@ -39,13 +39,13 @@ import Blazestar from './Blazestar.astro';
|
||||
padding: 0 1em;
|
||||
}
|
||||
|
||||
h2 {
|
||||
h1 {
|
||||
margin-bottom: 0.5em;
|
||||
font-size: 1.5em;
|
||||
}
|
||||
|
||||
h2 a,
|
||||
h2 a.active {
|
||||
h1 a,
|
||||
h1 a.active {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user