Privacy Policy
diff --git a/src/components/Header.tsx b/src/components/Header.tsx
index 68ab3a7..9c14c8a 100644
--- a/src/components/Header.tsx
+++ b/src/components/Header.tsx
@@ -12,7 +12,7 @@ function Header() {
}
return (
-
+
);
}
@@ -72,7 +72,7 @@ function NavItem({ href, title }: { href: string; title: string }) {
to={href}
className={({ isActive }) =>
clsx(
- "text-m 2xl:px-[1.25vw] 2xl:py-[0.903vw] px-4.5 py-[13px] 2xl:rounded-[0.833vw] rounded-xl transition-colors duration-300 !leading-none",
+ "text-[0.972vw] 2xl:px-[1.25vw] 2xl:py-[0.903vw] px-4.5 py-[13px] 2xl:rounded-[0.833vw] rounded-xl transition-colors duration-300 !leading-none",
isActive && "bg-[#00BED7] text-[#FFFFFF]"
)
}
@@ -94,23 +94,19 @@ function BrochuresDropdown() {
const [opened, setOpened] = useState(false);
return (
-
-
+
+
+
);
}
diff --git a/src/layout/DefaultLayout.tsx b/src/layout/DefaultLayout.tsx
index b8c9c35..25d0549 100644
--- a/src/layout/DefaultLayout.tsx
+++ b/src/layout/DefaultLayout.tsx
@@ -6,7 +6,7 @@ function DefaultLayout() {
return (
-
+
diff --git a/src/layout/LayoutWithoutFooter.tsx b/src/layout/LayoutWithoutFooter.tsx
index 55e585b..a1f5af3 100644
--- a/src/layout/LayoutWithoutFooter.tsx
+++ b/src/layout/LayoutWithoutFooter.tsx
@@ -3,9 +3,9 @@ import { Outlet } from "react-router";
function LayoutWithoutFooter() {
return (
-