From 575e95d8dd4cefcdaed8bc6542c04c9274002fc7 Mon Sep 17 00:00:00 2001 From: Ritikabiswas Date: Mon, 21 Oct 2024 00:59:55 +0530 Subject: [PATCH 1/9] position of the title and width is changed --- paras/src/App.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/paras/src/App.css b/paras/src/App.css index f01d7d8..529de11 100644 --- a/paras/src/App.css +++ b/paras/src/App.css @@ -12,6 +12,7 @@ body { background-color: white; color: black; min-height: 100vh; + min-width: 100vh; font-family: Arial, sans-serif; transition: background-color 0.3s, color 0.3s; } @@ -31,7 +32,8 @@ body { flex-grow: 1; text-align: center; position: relative; - left: 85px; + left: 20px; + top:15px; font-size: 28px; /* Increased font size */ letter-spacing: 1px; /* Added letter spacing for readability */ } From f423c7a6083ede57c184d02c0f02f46e0f5f10b7 Mon Sep 17 00:00:00 2001 From: Ritikabiswas Date: Mon, 21 Oct 2024 01:24:37 +0530 Subject: [PATCH 2/9] chnaged the width of the board div position of the title --- paras/vercel.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/paras/vercel.json b/paras/vercel.json index d11ee6e..2bb2b4e 100644 --- a/paras/vercel.json +++ b/paras/vercel.json @@ -1,7 +1,9 @@ { "rewrites":[ {"source" : "./(.*)", "destination" : "/"} - ] - -} + ], + "github": { + "autoJobCancelation": false + } + } \ No newline at end of file From 8dc049cd2d2821b7c075200c883ebe3b448b7335 Mon Sep 17 00:00:00 2001 From: Ritikabiswas Date: Mon, 21 Oct 2024 01:30:30 +0530 Subject: [PATCH 3/9] .... --- paras/vercel.json | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/paras/vercel.json b/paras/vercel.json index 2bb2b4e..e5fba23 100644 --- a/paras/vercel.json +++ b/paras/vercel.json @@ -2,8 +2,9 @@ "rewrites":[ {"source" : "./(.*)", "destination" : "/"} ], - - "github": { - "autoJobCancelation": false - } - } \ No newline at end of file + "git": { + "deploymentEnabled": { + "main": false + } + } + } \ No newline at end of file From f30bccb6c4fa6b4cf1808fe98e2b94cc759d5689 Mon Sep 17 00:00:00 2001 From: Ritikabiswas Date: Mon, 28 Oct 2024 11:41:01 +0530 Subject: [PATCH 4/9] nothing --- paras/vercel.json | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/paras/vercel.json b/paras/vercel.json index e5fba23..8702b74 100644 --- a/paras/vercel.json +++ b/paras/vercel.json @@ -1,10 +1,5 @@ { - "rewrites":[ - {"source" : "./(.*)", "destination" : "/"} - ], - "git": { - "deploymentEnabled": { - "main": false - } - } - } \ No newline at end of file + "rewrites":[ + {"source" : "./(.*)", "destination" : "/"} + ] + } \ No newline at end of file From d434d9ca5414deda6d6ff8a7beebe266ffdc1cf8 Mon Sep 17 00:00:00 2001 From: Ritikabiswas Date: Mon, 28 Oct 2024 11:42:41 +0530 Subject: [PATCH 5/9] ..... --- paras/vercel.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/paras/vercel.json b/paras/vercel.json index 8702b74..e69de29 100644 --- a/paras/vercel.json +++ b/paras/vercel.json @@ -1,5 +0,0 @@ -{ - "rewrites":[ - {"source" : "./(.*)", "destination" : "/"} - ] - } \ No newline at end of file From a093f7f4d1e529690067bdb8dcd5978acf063e64 Mon Sep 17 00:00:00 2001 From: Ritikabiswas Date: Mon, 28 Oct 2024 11:46:39 +0530 Subject: [PATCH 6/9] ... --- paras/vercel.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/paras/vercel.json b/paras/vercel.json index e69de29..1701e2d 100644 --- a/paras/vercel.json +++ b/paras/vercel.json @@ -0,0 +1,11 @@ +{ + + "rewrites":[ +{"source" : "./(.*)", "destination" : "/"} +], +"git": { +"deploymentEnabled": { +"main": false +} +} +} From 68d09eb2606586272a964407827891944191b9b6 Mon Sep 17 00:00:00 2001 From: Ritikabiswas Date: Mon, 28 Oct 2024 11:52:19 +0530 Subject: [PATCH 7/9] .... --- paras/vercel.json | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/paras/vercel.json b/paras/vercel.json index 1701e2d..3f43597 100644 --- a/paras/vercel.json +++ b/paras/vercel.json @@ -2,10 +2,5 @@ "rewrites":[ {"source" : "./(.*)", "destination" : "/"} -], -"git": { -"deploymentEnabled": { -"main": false -} -} + ] } From 2710718aa7ecb261ddc9314e07b22085270eaa18 Mon Sep 17 00:00:00 2001 From: Ritikabiswas Date: Mon, 28 Oct 2024 11:57:51 +0530 Subject: [PATCH 8/9] .... --- paras/vercel.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/paras/vercel.json b/paras/vercel.json index 3f43597..fc8ce46 100644 --- a/paras/vercel.json +++ b/paras/vercel.json @@ -2,5 +2,10 @@ "rewrites":[ {"source" : "./(.*)", "destination" : "/"} - ] +], +"git": { +"deploymentEnabled": { +"main": false } +} +} \ No newline at end of file From 6768a406452bbd35cbdc1273f19b6e91e5934412 Mon Sep 17 00:00:00 2001 From: Ritikabiswas Date: Sat, 2 Nov 2024 20:19:59 +0530 Subject: [PATCH 9/9] ... --- paras/vercel.json | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/paras/vercel.json b/paras/vercel.json index fc8ce46..98aa722 100644 --- a/paras/vercel.json +++ b/paras/vercel.json @@ -2,10 +2,5 @@ "rewrites":[ {"source" : "./(.*)", "destination" : "/"} -], -"git": { -"deploymentEnabled": { -"main": false -} -} +] } \ No newline at end of file