Improve spacing and padding around the application logo
Adjusted padding top and bottom for the logo link component in the home page from 2 to 4 (py-2 to py-4). Replit-Commit-Author: Agent Replit-Commit-Session-Id: 890577b1-c154-40a4-a177-a0c6d55320c3 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/8cc42625-c1f5-4e43-99bd-77f2c4dedee2/890577b1-c154-40a4-a177-a0c6d55320c3/2xHHKQn
This commit is contained in:
parent
b651c00f19
commit
df758c8d0b
@ -68,7 +68,7 @@ export default function Home() {
|
|||||||
<div className="flex items-center justify-between">
|
<div className="flex items-center justify-between">
|
||||||
{/* Left side - Logo */}
|
{/* Left side - Logo */}
|
||||||
<div className="flex items-center space-x-6 flex-1">
|
<div className="flex items-center space-x-6 flex-1">
|
||||||
<Link href="/" className="flex items-center space-x-3 hover:opacity-80 transition-opacity py-2">
|
<Link href="/" className="flex items-center space-x-3 hover:opacity-80 transition-opacity py-4">
|
||||||
<div className="w-10 h-10 gradient-primary rounded-lg flex items-center justify-center shadow-lg">
|
<div className="w-10 h-10 gradient-primary rounded-lg flex items-center justify-center shadow-lg">
|
||||||
<div className="w-0 h-0 border-l-[11px] border-l-white border-y-[8px] border-y-transparent ml-1"></div>
|
<div className="w-0 h-0 border-l-[11px] border-l-white border-y-[8px] border-y-transparent ml-1"></div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user