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:
@ -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">
|
||||
|
||||
@ -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">
|
||||
|
||||
Reference in New Issue
Block a user