fix: update styles in BlogPost, Footer, and Header components for consistency and improved readability
This commit is contained in:
parent
a6c77933f8
commit
6c1caf1c27
3 changed files with 4 additions and 4 deletions
|
|
@ -2,7 +2,7 @@
|
|||
import NavLink from "@/components/NavLink.astro";
|
||||
---
|
||||
|
||||
<header class="text-black dark:text-white w-full">
|
||||
<header class="w-full">
|
||||
<nav class="flex flex-row justify-between" aria-label="Main navigation">
|
||||
<div class="flex gap-2 items-center">
|
||||
<a href="/" aria-label="Home">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue