Skip to content

Commit

Permalink
Reduce padding of main menu header
Browse files Browse the repository at this point in the history
closes #986
  • Loading branch information
Erik van Velzen committed Jun 12, 2024
1 parent 1251fbd commit a62564d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/components/Header/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default function Header({ navigation }: { navigation: NavItem[] }) {
};

return (
<nav className="sticky top-0 z-50 bg-white py-6 rounded dark:bg-gray-900 shadow-sm">
<nav className="sticky top-0 z-50 bg-white py-4 rounded dark:bg-gray-900 shadow-sm">
<div className="holonContentContainer px-10 lg:px-16">
<div className="flex flex-wrap justify-between items-center mx-auto">
<Link href="/" className="flex items-center text-left uppercase text-2xl font-bold text-holon-blue-900 dark:text-white">
Expand Down

0 comments on commit a62564d

Please sign in to comment.