blob: c6371d2ba8e9ec50b69502863a45798f6d32ea19 (
plain)
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 */
|