style: reduce header padding from 8 to 4 units for more compact layout
This commit is contained in:
		| @@ -6,7 +6,7 @@ export function Header() { | ||||
|   return ( | ||||
|     <header> | ||||
|       <nav> | ||||
|         <Container className="relative z-50 flex justify-between py-8"> | ||||
|                 <Container className="relative z-50 flex justify-between py-4"> | ||||
|           <div className="relative z-10 flex items-center gap-16"> | ||||
|             <Link to="/" aria-label="Home"> | ||||
|               <img src="/src/images/logomark.svg" alt="Mycelium" className="h-10 w-auto" /> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user