Fixes responsiveness for small screen sizes

This commit is contained in:
2025-06-23 20:21:22 -07:00
parent 9dcf57a730
commit 1e35719c3a
3 changed files with 20 additions and 14 deletions

View File

@@ -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;
}