Shrink header size for a more compact interface

Adjusted the header component by reducing the size of the logo icon and the application title.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: d7424866-83d1-4486-a212-ac12b4c7becf
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/8cc42625-c1f5-4e43-99bd-77f2c4dedee2/d7424866-83d1-4486-a212-ac12b4c7becf/Ria5SFp
This commit is contained in:
sebastjanartic 2025-08-07 11:35:59 +00:00
parent a5e8c09b69
commit 718e0b0abe

View File

@ -27,11 +27,11 @@ export default function SearchHeader({
<div className="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div className="flex items-center justify-between h-20">
<div className="flex items-center space-x-4">
<div className="flex items-center space-x-3">
<div className="w-10 h-10 bg-bunny-blue rounded-lg flex items-center justify-center">
<Play className="text-white text-xl" />
<div className="flex items-center space-x-2">
<div className="w-8 h-8 bg-bunny-blue rounded-lg flex items-center justify-center">
<Play className="text-white text-sm" />
</div>
<h1 className="text-3xl font-bold text-white tracking-wide">g4.video</h1>
<h1 className="text-xl font-bold text-white tracking-wide">g4.video</h1>
</div>
</div>