Align Sapiens logo and category labels visually

Adjusted padding and margin in Header and Footer components to align the Sapiens logo with the 'People' category label.

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 10:57:10 +00:00
parent c55e772b59
commit bd4eaafd9d
2 changed files with 4 additions and 4 deletions

View File

@ -49,9 +49,9 @@ export default function Header() {
return (
<>
<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">
<a href="/" data-testid="logo-link">
<img
src="/attached_assets/sapiens_black_logo.png"