correct header top padding
This commit is contained in:
parent
70875623b1
commit
ff81ab71bf
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ import { SITE } from "@consts";
|
|||
import { Icon } from "astro-icon/components";
|
||||
---
|
||||
|
||||
<header class="mx-auto mb-8 w-full max-w-prose space-y-6">
|
||||
<header class="mx-auto mb-8 w-full max-w-prose space-y-6 pt-12">
|
||||
<div
|
||||
class="flex h-12 items-center justify-between leading-[0px] text-secondary"
|
||||
>
|
||||
|
|
Loading…
Add table
Reference in a new issue