forked from veda/www_veda_2025
style: adjust header padding for better visual balance
- Reduced vertical padding on header from py-4 to py-3 to create more compact layout - No functional changes, purely visual adjustment to improve header appearance
This commit is contained in:
@@ -78,7 +78,7 @@ function MobileNavigation() {
|
||||
|
||||
export function Header() {
|
||||
return (
|
||||
<header className="fixed top-0 left-0 right-0 z-50 bg-black/10 backdrop-blur-sm py-4">
|
||||
<header className="fixed top-0 left-0 right-0 z-50 bg-black/10 backdrop-blur-sm py-3">
|
||||
<Container>
|
||||
<nav className="relative z-50 flex justify-center">
|
||||
<div className="flex items-center md:gap-x-12">
|
||||
|
||||
Reference in New Issue
Block a user