Adjust footer padding and align header logo to the left
Reduced vertical padding in the Footer component and adjusted horizontal padding in the Header component to align the logo to the left. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 930e9607-8d85-4ad9-8702-a48ff4cef074 Replit-Commit-Checkpoint-Type: full_checkpoint
This commit is contained in:
@ -25,7 +25,7 @@ export default function Footer() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
{/* Copyright, Partnership and Links */}
|
{/* Copyright, Partnership and Links */}
|
||||||
<div className="flex flex-col md:flex-row justify-between items-start md:items-center py-6 border-t border-gray-700">
|
<div className="flex flex-col md:flex-row justify-between items-start md:items-center py-3 border-t border-gray-700">
|
||||||
<p className="text-xs text-gray-400 mb-2 md:mb-0" data-testid="copyright-text">
|
<p className="text-xs text-gray-400 mb-2 md:mb-0" data-testid="copyright-text">
|
||||||
© 2025 - SAPIENS AI Limited. All Rights Reserved.
|
© 2025 - SAPIENS AI Limited. All Rights Reserved.
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
@ -49,7 +49,7 @@ export default function Header() {
|
|||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<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">
|
<div className="flex items-center">
|
||||||
<a href="/" data-testid="logo-link">
|
<a href="/" data-testid="logo-link">
|
||||||
|
|||||||
Reference in New Issue
Block a user