From 220961a199a3b51225b9e002869e7aca46a344d9 Mon Sep 17 00:00:00 2001 From: sambhav05 <56436294+sambhav05@users.noreply.github.com> Date: Sun, 24 Oct 2021 14:11:50 +0530 Subject: [PATCH 1/2] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 3a51907..07f8b9f 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,10 @@ After ## Cloning : run `npm i` to install all the dependencies. then `npm start` to run the application +After ## Cloning : +run `npm i` to install all the dependencies. +then `npm start` to run the application + ## Available Scripts In the project directory, you can run: From 0439829a699e40e0f7c50d1293cacb32507426cc Mon Sep 17 00:00:00 2001 From: sambhav05 <56436294+sambhav05@users.noreply.github.com> Date: Sun, 24 Oct 2021 14:13:34 +0530 Subject: [PATCH 2/2] Update index.css --- src/css/index.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/css/index.css b/src/css/index.css index ec2585e..dcfa4ef 100644 --- a/src/css/index.css +++ b/src/css/index.css @@ -5,6 +5,12 @@ body { sans-serif; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; + margin: 0; + font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', + 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', + sans-serif; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; } code {