diff options
author | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-07-15 16:56:10 +0530 |
---|---|---|
committer | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-07-15 16:56:10 +0530 |
commit | f53b1e98f3b3dafddac97ad22d01ca4ed6bd6959 (patch) | |
tree | 2ed87172f52f6590f57402a10ec2c3706fbb40b8 /build/static/css | |
parent | 49bf6194a0ea7239caa62698ad3b6a9e17027279 (diff) |
fixed 404 error because of build being in different directory
Diffstat (limited to 'build/static/css')
-rw-r--r-- | build/static/css/main.b15685c9.chunk.css | 2 | ||||
-rw-r--r-- | build/static/css/main.b15685c9.chunk.css.map | 1 |
2 files changed, 3 insertions, 0 deletions
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 diff --git a/build/static/css/main.b15685c9.chunk.css.map b/build/static/css/main.b15685c9.chunk.css.map new file mode 100644 index 0000000..1927091 --- /dev/null +++ b/build/static/css/main.b15685c9.chunk.css.map @@ -0,0 +1 @@ +{"version":3,"sources":["webpack://src/components/style.css"],"names":[],"mappings":"AAkBA,WACE,QAAW,CACX,YAAa,CACb,WAAY,CAEZ,qBAAsB,CAEtB,kBAAmB,CACnB,wBAAyB,CACzB,UACF,CAEA,uBARE,YAAa,CAEb,6BAaF,CAPA,YAGE,cAAe,CACf,WAAY,CACZ,mBAAqB,CACrB,eACF,CAEA,MACE,YAAa,CACb,oCAAqC,CACrC,iCAAkC,CAClC,mBAAoB,CACpB,sBACF,CAEA,KACE,wBAAyB,CAEzB,sBAAuB,CAEvB,WAAY,CAEZ,cACF,CAEA,aARE,YAAa,CAEb,kBAAmB,CAEnB,UAYF,CARA,QAEE,eAAiB,CACjB,wBAAyB,CAEzB,qBAAsB,CAEtB,iBACF,CAEA,UACE,aAAc,CACd,YAAc,CACd,SACF,CAEA,UACE,UACF,CAEA,yCACE,MACE,oCAAqC,CACrC,iCAAkC,CAClC,mBAAoB,CACpB,sBACF,CACA,KACE,cACF,CACA,YACE,gBAAiB,CACjB,WAAY,CACZ,gBACF,CACF","file":"main.b15685c9.chunk.css","sourcesContent":["/*\n * Tic Tac Toe - Minimalistic Tic Tac Toe\n * Copyright (C) 2021 Vidhu Kant Sharma\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program. If not, see <https://www.gnu.org/licenses/>.\n */\n\nbody, #root {\n margin: 0px;\n height: 100vh;\n width: 100vw;\n display: flex;\n flex-direction: column;\n justify-content: space-between;\n align-items: center;\n background-color: #232627;\n color: white;\n}\n\n.ScoreBoard { \n display: flex;\n justify-content: space-between;\n font-size: 3rem;\n width: 20rem;\n margin-bottom: 0.7rem;\n margin-top: 1rem;\n}\n\n.Grid {\n display: grid;\n grid-template-columns: 9rem 9rem 9rem;\n grid-template-rows: 9rem 9rem 9rem;\n grid-row-gap: 1.5rem;\n grid-column-gap: 1.5rem;\n}\n\n.Box {\n border: 1px solid #5b76b7;\n display: flex;\n justify-content: center;\n align-items: center;\n height: 100%;\n width: 100%;\n font-size: 7rem;\n}\n\n.Footer {\n width: 100%;\n padding: 0.2rem 0;\n background-color: #0f0f0f;\n display: flex;\n flex-direction: column;\n align-items: center;\n text-align: center;\n}\n\n.Footer p {\n color: #a75cb8;\n margin: 0.2rem;\n width: 90%;\n}\n\n.Footer a {\n color: white;\n}\n\n@media only screen and (max-width: 600px) {\n .Grid {\n grid-template-columns: 6rem 6rem 6rem;\n grid-template-rows: 6rem 6rem 6rem;\n grid-row-gap: 1.5rem;\n grid-column-gap: 1.5rem;\n }\n .Box {\n font-size: 6rem;\n }\n .ScoreBoard { \n font-size: 3.5rem;\n width: 16rem;\n padding-top: 1rem;\n }\n}\n"]}
\ No newline at end of file |