Reduce top and bottom padding in the footer logo and contact us section

Adjusted py-0.5 to no padding in the footer's logo and contact us section within Footer.tsx.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 930e9607-8d85-4ad9-8702-a48ff4cef074
Replit-Commit-Checkpoint-Type: full_checkpoint
This commit is contained in:
kimjaehyeon0101
2025-10-15 10:47:25 +00:00
parent 7c5b7f8651
commit ad0bf7a90a

View File

@ -7,7 +7,7 @@ export default function Footer() {
<footer className="fixed bottom-0 left-0 right-0 bg-gray-900 border-t border-gray-700 z-40">
<div className="max-w-7xl mx-auto px-2">
{/* Logo and Social Icons */}
<div className="flex items-center justify-between py-0.5">
<div className="flex items-center justify-between">
<div className="flex items-center">
<img
src="/attached_assets/sapiens_white_logo.png"