fix: remove padding from Header and Footer components for consistent layout

This commit is contained in:
fiatcode 2026-01-22 22:44:28 +07:00
parent 39714caca3
commit 9e09c5623d
3 changed files with 3 additions and 3 deletions

View file

@ -2,7 +2,7 @@
import NavLink from "@/components/NavLink.astro";
---
<header class="py-4 text-black dark:text-white w-full">
<header class="text-black dark:text-white 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">