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

This commit is contained in:
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> <header>
<nav> <nav class="flex-col md:flex-row">
<div> <div class="hidden md:block">
<a href="/"> <a href="/">
<img <img
src={HeaderLogo.src} src={HeaderLogo.src}