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
.replit
8
.replit
@ -38,14 +38,14 @@ externalPort = 3001
|
|||||||
localPort = 38387
|
localPort = 38387
|
||||||
externalPort = 3003
|
externalPort = 3003
|
||||||
|
|
||||||
[[ports]]
|
|
||||||
localPort = 40477
|
|
||||||
externalPort = 6800
|
|
||||||
|
|
||||||
[[ports]]
|
[[ports]]
|
||||||
localPort = 41425
|
localPort = 41425
|
||||||
externalPort = 6000
|
externalPort = 6000
|
||||||
|
|
||||||
|
[[ports]]
|
||||||
|
localPort = 42129
|
||||||
|
externalPort = 8008
|
||||||
|
|
||||||
[[ports]]
|
[[ports]]
|
||||||
localPort = 43349
|
localPort = 43349
|
||||||
externalPort = 3000
|
externalPort = 3000
|
||||||
|
|||||||
@ -8,7 +8,7 @@ export default function Footer() {
|
|||||||
<div className="max-w-7xl mx-auto px-4">
|
<div className="max-w-7xl mx-auto px-4">
|
||||||
{/* Logo and Social Icons */}
|
{/* Logo and Social Icons */}
|
||||||
<div className="flex items-center justify-between">
|
<div className="flex items-center justify-between">
|
||||||
<div className="flex items-center -ml-2">
|
<div className="flex items-center">
|
||||||
<img
|
<img
|
||||||
src="/attached_assets/sapiens_white_logo.png"
|
src="/attached_assets/sapiens_white_logo.png"
|
||||||
alt="SAPIENS"
|
alt="SAPIENS"
|
||||||
|
|||||||
@ -52,7 +52,7 @@ export default function Header() {
|
|||||||
<div className="max-w-7xl mx-auto px-4 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 justify-between">
|
||||||
<div className="flex items-center">
|
<div className="flex items-center">
|
||||||
<a href="/" data-testid="logo-link" className="-ml-2">
|
<a href="/" data-testid="logo-link" className="-ml-6">
|
||||||
<img
|
<img
|
||||||
src="/attached_assets/sapiens_black_logo.png"
|
src="/attached_assets/sapiens_black_logo.png"
|
||||||
alt="SAPIENS"
|
alt="SAPIENS"
|
||||||
|
|||||||
@ -95,13 +95,13 @@ export default function Home() {
|
|||||||
<div className="min-h-screen bg-gray-50">
|
<div className="min-h-screen bg-gray-50">
|
||||||
{/* Header */}
|
{/* Header */}
|
||||||
<header className="bg-white border-b border-gray-200 sticky top-0 z-50">
|
<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 justify-between">
|
||||||
<div className="flex items-center -ml-2">
|
<div className="flex items-center">
|
||||||
<img
|
<img
|
||||||
src="/attached_assets/sapiens_black_logo.png"
|
src="/attached_assets/sapiens_black_logo.png"
|
||||||
alt="SAPIENS"
|
alt="SAPIENS"
|
||||||
className="h-24 w-auto cursor-pointer"
|
className="h-24 w-auto cursor-pointer -ml-6"
|
||||||
data-testid="logo-sapiens"
|
data-testid="logo-sapiens"
|
||||||
onClick={() => setLocation("/")}
|
onClick={() => setLocation("/")}
|
||||||
/>
|
/>
|
||||||
|
|||||||
BIN
homepage-fullpage.png
Normal file
BIN
homepage-fullpage.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 602 KiB |
BIN
homepage_full.png
Normal file
BIN
homepage_full.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 602 KiB |
Reference in New Issue
Block a user