Fixes header on small screens, though maybe we don't want to always hide the logo.

This commit is contained in:
Drew Haven 2025-06-20 16:16:42 -07:00
parent 6bf7e738f8
commit b4e43b0c6c

View File

@ -4,8 +4,8 @@ import HeaderLogo from "../assets/HeaderLogo.png";
---
<header>
<nav>
<div>
<nav class="flex-col md:flex-row">
<div class="hidden md:block">
<a href="/">
<img
src={HeaderLogo.src}