Adjust layout to improve visual alignment of logos and content
Update CSS margin properties in Header, Footer, and Home components to correct logo alignment issues. 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/cYvjJgC
This commit is contained in:
@ -8,7 +8,7 @@ export default function Footer() {
|
||||
<div className="max-w-7xl mx-auto px-4">
|
||||
{/* Logo and Social Icons */}
|
||||
<div className="flex items-center justify-between">
|
||||
<div className="flex items-center -ml-2">
|
||||
<div className="flex items-center">
|
||||
<img
|
||||
src="/attached_assets/sapiens_white_logo.png"
|
||||
alt="SAPIENS"
|
||||
|
||||
@ -52,7 +52,7 @@ export default function Header() {
|
||||
<div className="max-w-7xl mx-auto px-4 py-4">
|
||||
<div className="flex items-center justify-between">
|
||||
<div className="flex items-center">
|
||||
<a href="/" data-testid="logo-link" className="-ml-2">
|
||||
<a href="/" data-testid="logo-link" className="-ml-6">
|
||||
<img
|
||||
src="/attached_assets/sapiens_black_logo.png"
|
||||
alt="SAPIENS"
|
||||
|
||||
@ -95,13 +95,13 @@ export default function Home() {
|
||||
<div className="min-h-screen bg-gray-50">
|
||||
{/* Header */}
|
||||
<header className="bg-white border-b border-gray-200 sticky top-0 z-50">
|
||||
<div className="max-w-7xl mx-auto px-6 py-4">
|
||||
<div className="max-w-7xl mx-auto px-4 py-4">
|
||||
<div className="flex items-center justify-between">
|
||||
<div className="flex items-center -ml-2">
|
||||
<div className="flex items-center">
|
||||
<img
|
||||
src="/attached_assets/sapiens_black_logo.png"
|
||||
alt="SAPIENS"
|
||||
className="h-24 w-auto cursor-pointer"
|
||||
className="h-24 w-auto cursor-pointer -ml-6"
|
||||
data-testid="logo-sapiens"
|
||||
onClick={() => setLocation("/")}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user