fix: remove padding from Header and Footer components for consistent layout
This commit is contained in:
parent
39714caca3
commit
9e09c5623d
3 changed files with 3 additions and 3 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue