Adjust spacing in the footer and reduce logo size in search bars

Update padding in the Footer component and decrease the size of the SAPIENS logo within the search bar component by modifying CSS classes and image source versions.

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 11:26:12 +00:00
parent 88616fbf79
commit c0b1a4bd35
2 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@ export default function Footer() {
<footer className="fixed bottom-0 left-0 right-0 bg-gray-900 border-t border-gray-700 z-40"> <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-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 pt-2 pb-1">
<div className="flex items-center"> <div className="flex items-center">
<img <img
src="/attached_assets/sapiens_white_logo.png?v=2" src="/attached_assets/sapiens_white_logo.png?v=2"

View File

@ -117,9 +117,9 @@ export default function Home() {
<div className="pl-10 pr-16 py-1.5 bg-gray-50 border border-gray-200 rounded-md flex items-center space-x-2 hover:bg-gray-100 transition-colors"> <div className="pl-10 pr-16 py-1.5 bg-gray-50 border border-gray-200 rounded-md flex items-center space-x-2 hover:bg-gray-100 transition-colors">
<span className="text-sm text-gray-500">search in</span> <span className="text-sm text-gray-500">search in</span>
<img <img
src="/attached_assets/sapiens_black_logo.png" src="/attached_assets/sapiens_black_logo.png?v=2"
alt="SAPIENS" alt="SAPIENS"
className="h-4 w-auto mt-0.5" className="h-2 w-auto mt-0.5"
/> />
</div> </div>
</div> </div>