IPVGO: add scoring rules explanations to how to play page and score modal (#1558)

This commit is contained in:
Michael Ficocelli
2024-08-08 20:44:19 -04:00
committed by GitHub
parent 59bb58535e
commit e16ac34c15
5 changed files with 68 additions and 4 deletions
+3
View File
@@ -585,6 +585,9 @@ export const boardStyles = makeStyles<void, Size | "background">({ uniqId: "boar
scoreModal: {
width: "400px",
},
scoreExplanationModal: {
width: "80vw",
},
centeredText: {
textAlign: "center",
},