Reduce the amount of empty space appearing at the bottom of each page
Decrease top padding from py-12 to pt-6 in Footer component in footer.tsx. Replit-Commit-Author: Agent Replit-Commit-Session-Id: d004b9e1-f9be-46e2-acda-f440ccd644a9 Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/af8dabca-e746-4e53-9c29-d8d4d9cf30f5/42230bd9-3f87-476c-9f1e-bfecbd153bbf.jpg
This commit is contained in:
parent
be9812b049
commit
f90359430a
|
|
@ -60,7 +60,7 @@ export default function Footer() {
|
|||
};
|
||||
|
||||
return (
|
||||
<footer className="bg-teal text-white py-12">
|
||||
<footer className="bg-teal text-white pt-6 pb-12">
|
||||
<div className="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
|
||||
<div className="grid grid-cols-1 md:grid-cols-3 gap-8">
|
||||
<div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue