diff --git a/client/src/components/navigation/header.tsx b/client/src/components/navigation/header.tsx index f726c6e..8987000 100644 --- a/client/src/components/navigation/header.tsx +++ b/client/src/components/navigation/header.tsx @@ -31,8 +31,8 @@ export default function Header() { return (
-
-
+
+
diff --git a/client/src/components/ui/logo.tsx b/client/src/components/ui/logo.tsx index acffac3..31569d6 100644 --- a/client/src/components/ui/logo.tsx +++ b/client/src/components/ui/logo.tsx @@ -3,9 +3,9 @@ import LogoImage from "../../assets/pilates-with-fadia-logo.png"; export function Logo({ className = "", size = "regular" }: { className?: string, size?: "small" | "regular" | "large" }) { const sizeClasses = { - small: "h-48", /* 3x bigger */ - regular: "h-60", /* 3x bigger */ - large: "h-84", /* 3x bigger */ + small: "h-12", /* reduced size */ + regular: "h-16", /* reduced size */ + large: "h-20", /* reduced size */ }; return (