chore: updated spacing for logo (#45434)

## I have read the
[CONTRIBUTING.md](https://github.com/supabase/supabase/blob/master/CONTRIBUTING.md)
file.

YES


<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

* **Style**
* Updated footer layout spacing for improved consistency. Adjusted the
newsletter section spacing behavior to better align with the overall
design system.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
This commit is contained in:
Ali Waseem
2026-04-30 11:23:18 -06:00
committed by GitHub
parent bc8724c46e
commit e4c838ce22

View File

@@ -112,7 +112,7 @@ const Footer = (props: Props) => {
</div>
<SectionContainer className="py-8">
<div className="xl:grid xl:grid-cols-7 xl:gap-4">
<div className="space-y-8 xl:col-span-2">
<div className="xl:col-span-2 flex flex-col gap-8">
<Link href="#" as="/" className="w-40">
<SupabaseWordmark className="w-40 h-[30px]" />
</Link>
@@ -165,7 +165,7 @@ const Footer = (props: Props) => {
<IconInstagram size={22} />
</a>
</div>
<div className="mt-8">
<div>
{newsletterStatus === 'success' ? (
<div className="flex flex-col gap-1">
<p className="text-brand-link text-sm">Thanks for subscribing!</p>