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:
kimjaehyeon0101
2025-10-15 11:16:12 +00:00
parent 325101fd26
commit 9da4d04218
6 changed files with 9 additions and 9 deletions

View File

@ -38,14 +38,14 @@ externalPort = 3001
localPort = 38387
externalPort = 3003
[[ports]]
localPort = 40477
externalPort = 6800
[[ports]]
localPort = 41425
externalPort = 6000
[[ports]]
localPort = 42129
externalPort = 8008
[[ports]]
localPort = 43349
externalPort = 3000

View File

@ -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"

View File

@ -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"

View File

@ -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("/")}
/>

BIN
homepage-fullpage.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 602 KiB

BIN
homepage_full.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 602 KiB