Adjust spacing around the website footer to improve layout
Reduce the top margin of the footer component from mt-16 to mt-8 in client/src/components/footer.tsx. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 23852c00-4779-460a-9e0c-d09fee4b6c92 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: 244165df-a32d-4bc8-ae0c-192510dd38c9 Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/f209e72a-0939-48fa-84fc-57854de71967/23852c00-4779-460a-9e0c-d09fee4b6c92/ee1CXlO Replit-Helium-Checkpoint-Created: true
This commit is contained in:
parent
3af8f8852f
commit
cd18182963
@ -10,7 +10,7 @@ const SOCIAL_LINKS = [
|
||||
|
||||
export default function Footer() {
|
||||
return (
|
||||
<footer className="border-t border-border bg-[hsl(var(--card))] mt-16 relative z-20 isolation-isolate" data-testid="footer">
|
||||
<footer className="border-t border-border bg-[hsl(var(--card))] mt-8 relative z-20 isolation-isolate" data-testid="footer">
|
||||
<div className="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-10">
|
||||
<div className="grid grid-cols-1 md:grid-cols-3 gap-8">
|
||||
<div>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user