From ca99d7001e5f3f4ebcfded6d4757cd6546e508e2 Mon Sep 17 00:00:00 2001 From: Rihan Date: Tue, 17 May 2022 01:03:17 +0000 Subject: [PATCH] Responsive navigation --- src/components/buttons/IconPatch.tsx | 2 +- src/components/layout/Navigation.tsx | 8 ++++---- src/components/text/ArrowLink.tsx | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/components/buttons/IconPatch.tsx b/src/components/buttons/IconPatch.tsx index 67f18106..c18803d5 100644 --- a/src/components/buttons/IconPatch.tsx +++ b/src/components/buttons/IconPatch.tsx @@ -14,7 +14,7 @@ export function IconPatch(props: IconPatchProps) {
diff --git a/src/components/layout/Navigation.tsx b/src/components/layout/Navigation.tsx index 3e40ff6d..be00a2fb 100644 --- a/src/components/layout/Navigation.tsx +++ b/src/components/layout/Navigation.tsx @@ -11,16 +11,16 @@ export interface NavigationProps { export function Navigation(props: NavigationProps) { return ( -
-
-
+
+
+
{props.children}
-