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:
BIN
attached_assets/sapiens_white_logo_trimmed.png
Normal file
BIN
attached_assets/sapiens_white_logo_trimmed.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 497 KiB |
@ -12,7 +12,7 @@ export default function Footer() {
|
|||||||
<img
|
<img
|
||||||
src="/attached_assets/sapiens_white_logo.png?v=2"
|
src="/attached_assets/sapiens_white_logo.png?v=2"
|
||||||
alt="SAPIENS"
|
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"
|
data-testid="footer-logo"
|
||||||
onClick={() => setLocation("/")}
|
onClick={() => setLocation("/")}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user