From 3f68c6bf3023b894f1883fcb90fe5965d0ffcd84 Mon Sep 17 00:00:00 2001 From: hudaputrasantosa Date: Thu, 7 Mar 2024 16:46:15 +0700 Subject: [PATCH] updt: navbar fixed --- src/components/Nav/index.jsx | 6 ++++-- src/index.css | 3 +-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/src/components/Nav/index.jsx b/src/components/Nav/index.jsx index 0db64aa..36f35f5 100644 --- a/src/components/Nav/index.jsx +++ b/src/components/Nav/index.jsx @@ -23,8 +23,10 @@ function Nav() { )); return ( -
- +
+ {items} diff --git a/src/index.css b/src/index.css index d81d296..affc072 100644 --- a/src/index.css +++ b/src/index.css @@ -1,14 +1,13 @@ @tailwind base; @tailwind components; @tailwind utilities; -@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500&display=swap"); ::-webkit-scrollbar { display: none; } body { font-family: "Futura PT", "Open Sans", sans-serif; - font-weight: 500; + font-weight: 400; line-height: 1.8; font-size: 14px; }