Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
imparassharma committed Aug 19, 2023
1 parent 57b39c8 commit ee6d38a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
6 changes: 3 additions & 3 deletions asset-manifest.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!doctype html><html lang="en"><head><meta charset="utf-8"><title>Bollywordle</title><link rel="stylesheet" href="style.css"><meta name="viewport" content="width=device-width,initial-scale=1"><script src="https://kit.fontawesome.com/124816636a.js" crossorigin="anonymous"></script><script src="../src/index.js" type="text/jsx" defer="defer"></script><link rel="preconnect" href="https://fonts.googleapis.com"><link rel="preconnect" href="https://fonts.gstatic.com" crossorigin><script defer="defer" src="/bollywordle/static/js/main.3682aebb.js"></script></head><body><div id="root"></div></body></html>
<!doctype html><html lang="en"><head><meta charset="utf-8"><title>Bollywordle</title><link rel="stylesheet" href="style.css"><meta name="viewport" content="width=device-width,initial-scale=1"><script src="https://kit.fontawesome.com/124816636a.js" crossorigin="anonymous"></script><script src="../src/index.js" type="text/jsx" defer="defer"></script><link rel="preconnect" href="https://fonts.googleapis.com"><link rel="preconnect" href="https://fonts.gstatic.com" crossorigin><script defer="defer" src="/static/js/main.3682aebb.js"></script></head><body><div id="root"></div></body></html>
3 changes: 0 additions & 3 deletions style.css
Original file line number Diff line number Diff line change
@@ -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;
}

Expand All @@ -16,7 +14,6 @@ body{
display: flex;
flex-direction: column;
gap: 3rem;
height:100vh;
}

.topContainer{
Expand Down

0 comments on commit ee6d38a

Please sign in to comment.