Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions apps/web/src/components/landing-sections/footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const Footer = () => {
{/* Bottom Section */}
<div className="pt-8 border-t border-[#252525] space-y-8">
{/* Top Row - Profile Picture and Navigation */}
<div className="relative flex items-start justify-between gap-6 lg:gap-0">
<div className="relative flex flex-col sm:flex-row items-start justify-between gap-8 lg:gap-6">
{/* Profile Picture - Left */}
<div className="flex flex-col gap-4">
<div>
Expand All @@ -44,7 +44,6 @@ const Footer = () => {
</span>
</div>
</div>

{/* Grid Layout - Right */}
<div className="grid grid-cols-3 gap-6 lg:gap-8">
{/* Sitemap Column */}
Expand Down