From 2226f096802ad93a69e6fd3b53e960b9cc037b4c Mon Sep 17 00:00:00 2001 From: Prashant Jagtap <93985255+prashantjagtap2909@users.noreply.github.com> Date: Mon, 13 Nov 2023 20:50:09 +0530 Subject: [PATCH] added changes --- index.html | 2 +- package.json | 2 +- profiles/profiles.json | 18 +++++++++--------- scripts/app.js | 2 +- styles/index.css | 3 +-- 5 files changed, 13 insertions(+), 14 deletions(-) diff --git a/index.html b/index.html index f9ba8d7..06c5a87 100644 --- a/index.html +++ b/index.html @@ -8,7 +8,7 @@ Connecting - Connect Github users. { document.body.classList.toggle('night-mode') }) -// load all profiles + loadProfiles(); diff --git a/styles/index.css b/styles/index.css index 233a3b5..4585374 100644 --- a/styles/index.css +++ b/styles/index.css @@ -32,8 +32,7 @@ nav { top: 50%; right: 0px; transform: translateY(-50%); - /* Center the container vertically */ - + } .input-div img {