diff --git a/src/layouts/default/index.astro b/src/layouts/default/index.astro index bec019e..6301c28 100644 --- a/src/layouts/default/index.astro +++ b/src/layouts/default/index.astro @@ -39,7 +39,7 @@ const { title } = Astro.props;
-
+
diff --git a/src/ui/components/logo.tsx b/src/ui/components/logo.tsx index cbbc630..f309911 100644 --- a/src/ui/components/logo.tsx +++ b/src/ui/components/logo.tsx @@ -131,7 +131,7 @@ export function Logo({ className, ...props }: LogoProps) { type="button" onClick={onToggle} className={cn( - "flex justify-center items-center p-2 size-20 lg:size-24", + "flex justify-center items-center p-0 size-16 lg:size-20", className, )} >