Skip to content

Commit

Permalink
fix(visual): small adjustments (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
rqbazan authored Nov 19, 2024
1 parent 3fdd527 commit c306fcb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/layouts/default/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const { title } = Astro.props;
<section
class="mx-auto flex min-h-full flex-col px-6 py-8 md:max-w-[42rem] md:px-4 md:py-24"
>
<Header class="mb-6" />
<Header class="mb-8" />
<main>
<slot />
</main>
Expand Down
2 changes: 1 addition & 1 deletion src/ui/components/logo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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,
)}
>
Expand Down

0 comments on commit c306fcb

Please sign in to comment.