From f53b1e98f3b3dafddac97ad22d01ca4ed6bd6959 Mon Sep 17 00:00:00 2001 From: MikunoNaka Date: Thu, 15 Jul 2021 16:56:10 +0530 Subject: fixed 404 error because of build being in different directory --- build/static/css/main.b15685c9.chunk.css | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 build/static/css/main.b15685c9.chunk.css (limited to 'build/static/css/main.b15685c9.chunk.css') diff --git a/build/static/css/main.b15685c9.chunk.css b/build/static/css/main.b15685c9.chunk.css new file mode 100644 index 0000000..c6371d2 --- /dev/null +++ b/build/static/css/main.b15685c9.chunk.css @@ -0,0 +1,2 @@ +#root,body{margin:0;height:100vh;width:100vw;flex-direction:column;align-items:center;background-color:#232627;color:#fff}#root,.ScoreBoard,body{display:flex;justify-content:space-between}.ScoreBoard{font-size:3rem;width:20rem;margin-bottom:.7rem;margin-top:1rem}.Grid{display:grid;grid-template-columns:9rem 9rem 9rem;grid-template-rows:9rem 9rem 9rem;grid-row-gap:1.5rem;grid-column-gap:1.5rem}.Box{border:1px solid #5b76b7;justify-content:center;height:100%;font-size:7rem}.Box,.Footer{display:flex;align-items:center;width:100%}.Footer{padding:.2rem 0;background-color:#0f0f0f;flex-direction:column;text-align:center}.Footer p{color:#a75cb8;margin:.2rem;width:90%}.Footer a{color:#fff}@media only screen and (max-width:600px){.Grid{grid-template-columns:6rem 6rem 6rem;grid-template-rows:6rem 6rem 6rem;grid-row-gap:1.5rem;grid-column-gap:1.5rem}.Box{font-size:6rem}.ScoreBoard{font-size:3.5rem;width:16rem;padding-top:1rem}} +/*# sourceMappingURL=main.b15685c9.chunk.css.map */ \ No newline at end of file -- cgit v1.2.3