From 0bf765cc8ae91e675e9913be4e1953d32568e837 Mon Sep 17 00:00:00 2001 From: Thomas Kunwar Date: Thu, 30 Jun 2022 08:40:53 +0545 Subject: [PATCH 1/2] make docs nav visible on mobile view --- src/components/NavBar/index.tsx | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/components/NavBar/index.tsx b/src/components/NavBar/index.tsx index 358bfa5f..169dcd24 100644 --- a/src/components/NavBar/index.tsx +++ b/src/components/NavBar/index.tsx @@ -59,7 +59,13 @@ const NavBar: React.FC = () => { by iterative.ai
- + Docs Date: Thu, 30 Jun 2022 18:08:19 +0545 Subject: [PATCH 2/2] added justify content center --- src/components/NavBar/index.module.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/NavBar/index.module.css b/src/components/NavBar/index.module.css index ead9edf3..841d306c 100644 --- a/src/components/NavBar/index.module.css +++ b/src/components/NavBar/index.module.css @@ -36,6 +36,7 @@ display: flex; align-items: center; padding: 8px 16px; + justify-content: center; @media (--md-scr) { padding: 8px 32px;