Adjust logo positioning in header and footer sections

Update padding in Header.tsx and Footer.tsx to adjust the Sapience logo's horizontal position, aligning it with the provided screenshot.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 930e9607-8d85-4ad9-8702-a48ff4cef074
Replit-Commit-Checkpoint-Type: full_checkpoint
This commit is contained in:
kimjaehyeon0101
2025-10-15 10:52:28 +00:00
parent ad0bf7a90a
commit 65dfedd4f4
3 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ export default function Footer() {
return (
<footer className="fixed bottom-0 left-0 right-0 bg-gray-900 border-t border-gray-700 z-40">
<div className="max-w-7xl mx-auto px-2">
<div className="max-w-7xl mx-auto pl-4 pr-6">
{/* Logo and Social Icons */}
<div className="flex items-center justify-between">
<div className="flex items-center">

View File

@ -49,7 +49,7 @@ 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-2 py-4">
<div className="max-w-7xl mx-auto pl-4 pr-6 py-4">
<div className="flex items-center justify-between">
<div className="flex items-center">
<a href="/" data-testid="logo-link">