From 51b8a5ef10c2c07a930bafa2129644eb2321c652 Mon Sep 17 00:00:00 2001 From: sanyam-dev Date: Wed, 3 Nov 2021 21:54:22 +0530 Subject: [PATCH 1/2] improved CSS --- package.json | 4 ++-- src/Components/Navbar.js | 4 ++-- src/css/Navbar.css | 9 ++++++++- 3 files changed, 12 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 39faa6e..041a3bb 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "web-vitals": "^0.2.4" }, "scripts": { - "start": "react-scripts start", + "start": "PORT=5000 react-scripts start", "build": "react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject" @@ -46,4 +46,4 @@ "last 1 safari version" ] } -} +} \ No newline at end of file diff --git a/src/Components/Navbar.js b/src/Components/Navbar.js index 8f46ff7..411c95a 100644 --- a/src/Components/Navbar.js +++ b/src/Components/Navbar.js @@ -12,7 +12,7 @@ const Navbar = (props) => { }, []) return (
-
+