From ee6d38aaed5fef1cef787cdac0a85e6bbc60c5ff Mon Sep 17 00:00:00 2001 From: imparassharma Date: Sat, 19 Aug 2023 11:48:41 +0530 Subject: [PATCH] Updates --- asset-manifest.json | 6 +++--- index.html | 2 +- style.css | 3 --- 3 files changed, 4 insertions(+), 7 deletions(-) diff --git a/asset-manifest.json b/asset-manifest.json index 6c7ed5d..6a36efb 100644 --- a/asset-manifest.json +++ b/asset-manifest.json @@ -1,8 +1,8 @@ { "files": { - "main.js": "/bollywordle/static/js/main.3682aebb.js", - "index.html": "/bollywordle/index.html", - "main.3682aebb.js.map": "/bollywordle/static/js/main.3682aebb.js.map" + "main.js": "/static/js/main.3682aebb.js", + "index.html": "/index.html", + "main.3682aebb.js.map": "/static/js/main.3682aebb.js.map" }, "entrypoints": [ "static/js/main.3682aebb.js" diff --git a/index.html b/index.html index 81dab05..424b93f 100644 --- a/index.html +++ b/index.html @@ -1 +1 @@ -Bollywordle
\ No newline at end of file +Bollywordle
\ No newline at end of file diff --git a/style.css b/style.css index e71028c..721f486 100644 --- a/style.css +++ b/style.css @@ -1,9 +1,7 @@ body{ margin: 0; padding: 0; - box-sizing: border-box; font-family: 'Barlow Semi Condensed', sans-serif; - background-size: cover; overflow: hidden; } @@ -16,7 +14,6 @@ body{ display: flex; flex-direction: column; gap: 3rem; - height:100vh; } .topContainer{