Remove extra space around the company logo in the footer
Adjusted the margin on the SAPIENS logo in the Footer component to remove -mr-3 and -mb-2. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 930e9607-8d85-4ad9-8702-a48ff4cef074 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/3df548ff-50ae-432f-9be4-25d34eccc983/930e9607-8d85-4ad9-8702-a48ff4cef074/sEk2LIT
This commit is contained in:
@ -12,7 +12,7 @@ export default function Footer() {
|
||||
<img
|
||||
src="/attached_assets/sapiens_white_logo.png?v=2"
|
||||
alt="SAPIENS"
|
||||
className="h-16 cursor-pointer hover:opacity-80 transition-opacity"
|
||||
className="h-16 cursor-pointer hover:opacity-80 transition-opacity -mr-3 -mb-2"
|
||||
data-testid="footer-logo"
|
||||
onClick={() => setLocation("/")}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user